2010 年的流媒体内容丢失 - FB 错误?
我有一个具有 read_stream 权限的应用程序(以及许多其他权限)。我正在 FB 中查询用户的流,并回溯他们的历史记录,目的是捕获他们的所有帖子以及他们被标记的帖子。
这种方法一直运行良好,直到 2010 年,那时我的应用程序停止接收来自用户的帖子,并且仅接收用户被标记的帖子。例如,我有一篇于 2010 年 8 月 14 日撰写的帖子。它在我的时间轴上以及从应用程序的角度来看我的时间轴上都可见,但它不会出现在我的查询结果中。
我第一次在 FQL 查询中看到这个问题,但我什至可以通过简单的图形 API 调用来复制:
https://graph.facebook.com/me/feed?access_token=token&until=1281893856 (August 15, 2010)
仅显示其他人的帖子,从不显示我的帖子。相反,
https://graph.facebook.com/me/feed?access_token=token&until=1319048043 (Right Now)
显示我最近的帖子。
更新:旧版网址也能正常工作。例如,
https://graph.facebook.com/me/feed?access_token=token&until=1192210656 (October 12, 2007)
显示我加入 Facebook 后在 Facebook 上发布的第一个帖子。看来这只会影响 2010 年左右的内容。
有什么想法吗?有人看到类似的东西吗?我在这里失去了理智。
I've got an app with read_stream permissions (along with a bunch of others). I'm querying FB for a user's stream and paging back through their history, with the goal of capturing all of their posts, along with posts they're tagged in.
This works fine until 2010, when my app stops receiving posts from the user, and only receives posts the user is tagged in. For example, I have a post that I wrote on August 14, 2010. It's visible on my timeline AND on my timeline from the App's perspective, but it does not appear in my query results.
I first saw this problem with my FQL queries, but I can replicate with even a simple Graph API call:
https://graph.facebook.com/me/feed?access_token=token&until=1281893856 (August 15, 2010)
Shows only posts from other people, never my posts. Conversely,
https://graph.facebook.com/me/feed?access_token=token&until=1319048043 (Right Now)
Shows recent posts by me.
Update: Older URLs work as well. e.g.
https://graph.facebook.com/me/feed?access_token=token&until=1192210656 (October 12, 2007)
Shows my first posts on Facebook after joining. It seems like this only affects content around 2010.
Any ideas, anyone? Anybody seeing anything similar? I'm losing my mind here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论