简体   繁体   中英

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=putvalidaccesstokenhere&limit=100

as documented on this page:

http://developers.facebook.com/docs/api

And I notice that posts from me (ie 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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM