Reputation: 1495
I am try to publish link on Facebook fan page using graph API but it displayed as attachment not as normal feed which display thumbnail. Where as when I try to publish same link on users wall it display properly showing image thumbnail.
Can any one tell me why Facebook graph API work differently.
Feed publish on FB fan page :
Feed on user wall :
Upvotes: 1
Views: 519
Reputation: 1495
Thanks to all, I am finally able to solve this issue, the issue was I am using {page_id}/feed method to publish link for video and image, which displayed as attachment on Facebook fan page.
Solution : {page_id}/links with parameters [link, message, picture]
Upvotes: 1
Reputation: 1110
Pls provide params you include in request to facebook. Maybe providing params as shown in answer to following question helps, i.e. picture?
Posting an embedded video link using the Facebook Graph API
Upvotes: 0