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
Post a Comment