Facebook Open Graph Feed Not Returning All My Wall Posts From Me

痞子三分冷 提交于 2019-12-11 12:15:33

问题


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=putvalidaccesstokenhere&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?


回答1:


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?



来源:https://stackoverflow.com/questions/3605830/facebook-open-graph-feed-not-returning-all-my-wall-posts-from-me

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!