使用 Facebook 图形 API 如何判断用户是否在线?
需要知道 Facebook 用户是否在线。找不到对应的图形 api 调用?
这可能吗?
Need to know if a Facebook user is online or not. Can't find the graph api call for this?
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过 FQL 使用 online_presence
用户的 Facebook 聊天状态。返回一个字符串,
active
、idle
、offline
或错误之一(当 Facebook 无法确定服务器端的状态信息时)。当用户的 Facebook 聊天状态信息因隐私原因受到限制时,查询不会返回该信息。Use online_presence via FQL
The user's Facebook Chat status. Returns a string, one of
active
,idle
,offline
, or error (when Facebook can't determine presence information on the server side). The query does not return the user's Facebook Chat status when that information is restricted for privacy reasons.