Kishan Rajdev
Kishan Rajdev

Reputation: 1965

facebook graph api - pages - not getting images in the posts

when I am requesting posts from public facebook pages. I get all the messages in text but not getting any image which is there in the posts.

enter image description here

Have attached screenshot for the reference. The page which i have used is,

https://www.facebook.com/bbcnews/

and it's id is 228735667216

Upvotes: 1

Views: 111

Answers (1)

andyrandy
andyrandy

Reputation: 73984

It´s called "Declarative Fields", see changelog. You have to specify the fields you want to get returned:

/page-id/posts?fields=message,picture,full_picture,...

Existing fields: https://developers.facebook.com/docs/graph-api/reference/v2.5/post

Upvotes: 1

Related Questions