Facebook JS SDK - Posting a Photo "Inline" -


i have success post using below code example. but, photo not displayed "inline" on post. instead, shown attachment (paperclip) which, when clicked, opens image.

fb.api('/page_id/photos', 'post',  { message: 'the message', url: 'http://www.mysite.com/myimage.jpg' },  function(response) { }); 

does know of way, js sdk, post photo inline?


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -