1
votes

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 :

enter image description here

Feed on user wall :

enter image description here

2

2 Answers

1
votes

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]

0
votes

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