Facebook api 获取粉丝页面中用户的所有消息
我需要获取用户在 Facebook 粉丝页面中发布的所有消息。 (墙上的帖子以及对其他帖子的可能评论)。
有没有简单的方法可以做到这一点?
现在我可能必须从页面获取所有帖子,按用户过滤并对评论执行相同的操作,但如果页面有 3k 帖子和大量评论,速度会非常慢。
我认为这对于 fql 是可能的,但我找不到如何做到这一点?
I need to get all the messages posted by a user in a facebook fan page. (wall posts and also possible comments to other posts).
Is there an easy way to do that?
Right now i might have to get all the posts from a page, filter by user and do the same with comments but if the page has 3k posts and tons of comments that will be very slow.
I think this might be possible with fql but i cant find how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Facebook 的此文档将向您展示如何查询用户墙上的帖子 - http:// /developers.facebook.com/docs/reference/fql/stream/
注意:流表仅限于最近 30 天或 50 个帖子,以较大者为准。
这会处理大量的评论!
this documentation from facebook will show you how to query the posts from the users wall - http://developers.facebook.com/docs/reference/fql/stream/
note: The stream table is limited to the last 30 days or 50 posts, whichever is greater.
that takes care of the huge amount of comments!