FQL 有错误吗?无法检索我墙上的整个社交信息流

发布于 2024-09-28 00:38:58 字数 231 浏览 4 评论 0原文

我尝试使用 FQL 使用以下语句返回我的社交流上的所有消息:

SELECT created_time, message FROM stream WHERE source_id = [USER'S FB ID] limit 10000

它一直追溯到我墙上的第一篇帖子,但有些如何中间的一些帖子丢失了(与我可以通过单击个人资料页面底部的“旧帖子..”链接检索到的内容进行比较),并且它似乎没有特定的模式。有什么想法吗?

I try to use FQL to return all message on my social stream using this statement:

SELECT created_time, message FROM stream WHERE source_id = [USER'S FB ID] limit 10000

It traces all the way back to the very 1st post on my wall but some how some of the posts in the middle are missing (compare with what I can retrieve by clicking the 'Older post..' link on the bottom of my profile page ) and it doesn't seem to have a particular pattern. Any idea?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晨敛清荷 2024-10-05 00:38:58

FQL 有很多很多这样的问题。这几乎肯定是一个错误。 flq 有很多与此相关的错误。例如: http://bugs.developers.facebook.net/show_bug.cgi? id=8387http://bugs.developers.facebook.net /show_bug.cgi?id=10590http://bugs. Developers.facebook.net/show_bug.cgi?id=9850。还有很多。我建议提交一个特定的错误希望他们修复它。

FQL has many many problems like this. This is almost certainly a bug. There are many bugs about flq related to this. For example: http://bugs.developers.facebook.net/show_bug.cgi?id=8387 and http://bugs.developers.facebook.net/show_bug.cgi?id=10590 and http://bugs.developers.facebook.net/show_bug.cgi?id=9850. There are LOTS more. I would recommend file a specific bug and hope that they fix it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文