Facebook api 获取粉丝页面中用户的所有消息

发布于 2024-10-14 21:18:01 字数 190 浏览 2 评论 0原文

我需要获取用户在 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 技术交流群。

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

发布评论

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

评论(1

那伤。 2024-10-21 21:18:01

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!

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