Shreeyansh Jain
Shreeyansh Jain

Reputation: 1495

Publishing links using Facebook graph API display feed as attachment on Facebook fan page

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

Upvotes: 1

Views: 519

Answers (2)

Shreeyansh Jain
Shreeyansh Jain

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

okrutny
okrutny

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

Related Questions