Reputation: 6602
Is there any way the API can provide insights about all posts which belong to a FB page (ideally in one API call)?
The FB insights (non-API), provide this information (as a downloadable Excel file), so it should be available somewhere.
There is the FB page insights API call (here), but this doesn't also provide info about the posts of the page. Any help?
Upvotes: 1
Views: 3066
Reputation: 8086
You can retrieve post information using this call:
https://graph.facebook.com/PAGE_ID/posts
Facebook added this in Oct '11: https://developers.facebook.com/blog/post/573/
Upvotes: 4