如何跟踪来自 Facebook API 的消息
我正在尝试跟踪发送给我的 Facebook 好友的消息。
例如:我给詹姆斯·邦德发了一条消息,我怎么知道他是否读过?
I´m trying to track messages sent to my Facebook friends.
For example: I sent a message to James Bond, how do I know if he read it or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Facebook Graph API 尚不支持此功能 - http://developers.facebook.com/文档/参考/api/消息/。我怀疑这是因为没有保证的方法可以根据用户访问消息的方式来查看消息是否已被阅读。
它还需要在三足(接收者到应用程序、接收者到发送者)验证中传递权限令牌。
The Facebook Graph API does not support this yet - http://developers.facebook.com/docs/reference/api/message/. I suspect this is because there is no guaranteed way to see if a message has been read or not based on how the user accesses their messages.
It would also require permission tokens to be passed in a three-legged (recipient to application, recipient to sender) verification.