Facebook Open Graph Feed Not Returning All My Wall Posts From Me
When I use the open graph API to get my own facebook news feed (my wall), everything looks right for the most recent 3 months, but prior to that, I no longer see my own posts (but still see posts of other users on my wall).
I'm using a version of this link (with a working access token):
https://graph.facebook.com/me/feed??access_token=putvalidaccesstokenhe开发者_如何学编程re&limit=100
as documented on this page:
http://developers.facebook.com/docs/api
And I notice that posts from me (i.e. status updates, shared links etc.) no longer show up from early June and prior. Any ideas why?
Facebook lets you see only latest 5000 records. Everything older than that is unaccessible through the api. Is it possible that you reached this limit in 3 months?
精彩评论