查询用户墙时从 FQL 获取的结果数量有限
我是新来的,我现在正在开发一个 Facebook 应用程序,它需要阅读用户的墙帖。阅读 Facebook 文档后,我发现我应该使用 FQL 来做到这一点。因此我发出以下请求:https://graph.facebook.com/fql?q=SELECT post_id ,来自流的消息,其中 source_id=me() AND actor_id != me() ANDcreated_time > 1221596000 &access_token=...
这应该会返回 1221596000(2008 年)之前其他人在我的墙上发表的所有帖子。但是,我得到的只是一小堆墙上的帖子,今天发布的,甚至没有像上周那样最近的帖子。我已检查我的访问令牌是否具有 read_stream 权限。
我在这里读过其他帖子,认为这是 FQL 的限制,结果可能不准确。但我真的不敢相信这一点。有什么我错过的吗?
我现在很沮丧。如果 FQL 确实无法帮助我可以使用其他什么方式来阅读墙上的帖子?我的应用程序使用 PHP。
提前致谢。 :-)
i am new here and i am now developing a Facebook app which needs to read the wall posts of a user. After reading the Facebook documentation i found that i should use FQL to do it. Therefore i issued the following request:https://graph.facebook.com/fql?q=SELECT post_id , message FROM stream WHERE source_id=me() AND actor_id != me() AND created_time > 1221596000 &access_token=...
This should return all of the posts on my wall from others before the time 1221596000, which is in year 2008. However, what i get is just a small bunch of wall posts which is posted today, not even recent posts like the ones from last week. I have checked that my access token have the permission read_stream.
I have read other posts here that this is a limitation for FQL which the results may not be accurate. But i cannot really believe this. Is there anything i missed?
I am frustrated now. If FQL really can't helps what other way can i use to read the wall posts? I am using PHP for my app.
Thanks in advance. :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论