Automatically grab website caption on Facebook feed dialog -


in facebook official documentation, supply code in order put feed dialog in application:

fb.ui({    method: 'feed',    link: 'https://developers.facebook.com/docs/reference/dialogs/',    picture: 'http://fbrell.com/f8.jpg',    name: 'facebook dialogs',    caption: 'reference documentation',    description: 'using dialogs interact people.' }, function(response){}); 

is possibile automatically grab picture, name , caption link supplied user, feed posts behave on facebook?


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -