Facebook 的 fb:comments 能否在发布新评论时通知我?
我正在使用 fb:comments,如此处所述。
评论工作正常,但我找不到添加新评论时收到通知的方法。有没有办法轻松找到新评论(不用每次都访问我的 3000 篇文章)?
我知道 FB 对通知的工作方式做了一些改变,但我希望他们留下了一种方法来做到这一点。
I'm using fb:comments as described here.
Comments work fine but I can't find a way to be notified when a new comment is added. Is there a way to easily find new comments (without visiting my 3000 articles each time)?
I know FB did some changes to the way notifications work but I hope they left a way to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你应该能够通过使用事件订阅来做到这一点:
http://developers.facebook.com/docs/reference/javascript/FB .Event.订阅
I think you should able to do this by using the event subscription:
http://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe
我现在看不到办法。也许有一天他们会将其添加到实时更新中:http://developers.facebook。 com/docs/api/realtime
我想现在你可能会被困在轮询中:
https ://graph.facebook.com/POST_ID/comments
(例如)
https://graph.facebook.com/19292868552_118464504835613/comments?access_token=2227470867%7C2.FEEAvi5BbYBzdSQ5WM8otg__.3600。 1288310400-100000309017680%7CeGASV-HXqF18-L0Y1x6_kVcjgxM
I don't see a way right now. Maybe one day they'll add it to the real-time updates: http://developers.facebook.com/docs/api/realtime
I think for now you may be stuck polling for them with:
https://graph.facebook.com/POST_ID/comments
(for example)
https://graph.facebook.com/19292868552_118464504835613/comments?access_token=2227470867%7C2.FEEAvi5BbYBzdSQ5WM8otg__.3600.1288310400-100000309017680%7CeGASV-HXqF18-L0Y1x6_kVcjgxM