从 Facebook 群组获取实时更新?
有没有办法让您自己的服务器实时获取 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
阅读此链接 https://developers.facebook.com/docs/reference/api/realtime / 了解更多信息。
Read this link https://developers.facebook.com/docs/reference/api/realtime/ for more infos.
尝试 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/
您现在可以订阅
评论
、会员
和帖子
,但仅限 Workplace:https://developers.facebook.com/docs/graph-api/webhooks/reference/组/You can now subscribe to
comments
,membership
, andposts
, but only for Workplace: https://developers.facebook.com/docs/graph-api/webhooks/reference/group/