从 Facebook 群组获取实时更新?

发布于 2024-10-27 05:52:58 字数 91 浏览 0 评论 0原文

有没有办法让您自己的服务器实时获取 Facebook 群组帖子的更新?我正在尝试构建一项服务,让用户可以通过发送到该组的任何消息来获取短信。现在这可能吗?没有民意调查?

Is there a way to get updates in real time to your own server about posts to a Facebook group? I'm trying to build a service that lets users get SMS messages with any messages that were sent to the group. Is this at all possible now? Without polling?

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

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

发布评论

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

评论(3

世俗缘 2024-11-03 05:52:58

您当前可以订阅这些类型的对象的更新:

user – 获取有关特定字段和连接的通知
对应Graph API中的用户节点。权限 – 获取
当您的用户更改他们授予您的权限时发出通知
应用程序。这些字段与相应 FQL 中的字段类似
桌子。页面 - 当页面安装了您的页面时获取通知
应用程序更改其公共属性。注意页面主题
仅用于订阅公共属性的更改
页面(如名称、类别、图片等)。这是相同的信息
由 graph api 调用返回
https://graph.facebook.com/。您可以订阅该页面的
feed 的方式与订阅用户 feed 的方式相同 - 订阅
主题应为“用户”,订阅字段应为“提要”
注意:并非用户对象的所有属性和连接都可以
已订阅。

阅读此链接 https://developers.facebook.com/docs/reference/api/realtime / 了解更多信息。

You can currently subscribe to updates for these types of objects:

user – Get notifications about particular fields and connections
corresponding to user nodes in the Graph API. permissions – Get
notifications when your users change the permissions they afford your
applications. The fields are like those in the corresponding FQL
table. page - Get notifications when pages that have installed your
application change their public properties. Note that the page topic
is only used for subscribing to changes to public attributes of the
page (like name, category, picture etc). This is the same information
that is returned by the graph api call
https://graph.facebook.com/. You can subscribe to the page's
feed in the same way you subscribe to a user's feed - the subscription
topic should be 'user' and the subscription field should be 'feed'
Note: Not all properties and connections of the user object can be
subscribed to.

Read this link https://developers.facebook.com/docs/reference/api/realtime/ for more infos.

埋情葬爱 2024-11-03 05:52:58

尝试 facebook 实时更新,实现起来有点棘手,但是根据提供的示例,您应该没问题

http://developers.facebook.com/docs/api/realtime/

Try the facebook real time updates, it's a bit tricky to implement, but with the examples provided you should be fine

http://developers.facebook.com/docs/api/realtime/

沦落红尘 2024-11-03 05:52:58

您现在可以订阅评论会员帖子但仅限 Workplacehttps://developers.facebook.com/docs/graph-api/webhooks/reference/组/

You can now subscribe to comments, membership, and posts, but only for Workplace: https://developers.facebook.com/docs/graph-api/webhooks/reference/group/

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