Facebook Open Graph Feed 未返回我所有的墙帖
当我使用开放图 API 获取我自己的 Facebook 新闻源(我的墙)时,最近 3 个月的一切看起来都正确,但在此之前,我不再看到我自己的帖子(但仍然看到其他用户的帖子)我的墙)。
我正在使用此链接的一个版本(带有有效的访问令牌):
https://graph.facebook.com/me/feed??
access_token=putvalidaccesstokenhere&limit=100,如本页所述:
http://developers.facebook.com/docs/api
我注意到我发的帖子(即状态更新,共享链接等)从六月初及之前起不再显示。有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Facebook 只允许您查看最新的 5000 条记录。所有早于该时间的内容都无法通过 api 访问。您有可能在 3 个月内达到这个限制吗?
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?