Reputation: 4187
I want to get the images that members of a Facebook page post. How could I retrieve them?
I am not talking about a user profile, I am talking about a Facebook Community page.
I can access the album of a community page by:
https://graph.facebook.com/{PAGEID}/photos
but how can I access the images that people post on a particular page's wall?
Upvotes: 3
Views: 318
Reputation: 43816
https://graph.facebook.com/{PAGEID}/feed/
has everything on the page's timeline including photos
Upvotes: 2