通过图形API请求的Facebook朋友在线presence

通过图形API请求的Facebook朋友在线presence

问题描述:

我已经使用了Facebook的FQL API来查询用户的所有朋友online_ presence但这个API已经去precated,我无法弄清楚如何获得通过其他方式这一信息。 (据我所知聊天API也是pcated,所以我不能使用XMPP客户去$ P $)
还有,我已经使用了一个简单的FQL查询:

I have used the Facebook's FQL API to query the user's all friends online_presence but this API has been deprecated and I can not figure out how to get this information by an other way. (As I understand the chat API is also deprecated so I can not use a xmpp client) There is a simple FQL query which I have used:

SELECT uid, online_presence FROM user WHERE uid IN (SELECT uid2 FROM friend WHERE uid1=me()) ORDER BY name

我发现删除的权限列表中的friends_online_ presence许可,新的3.0 SDK。
(更多)

有没有其他的方式使用新的API来访问这些数据?
感谢您的任何帮助。

Is there an other way to access this data using the new API? Thank you for any help.

(我有超过280K的下载和数百个基于此查询我的应用程序订阅,请帮忙。)

(I have more than 280k downloads and hundreds of subscriptions on my app which is based on this query. Please help.)

更新日志:的 https://developers.facebook.com/docs/apps/changelog?locale=en_GB

Changelog: https://developers.facebook.com/docs/apps/changelog?locale=en_GB

所有friends_ *权限已被删除。

All friends_* permissions have been removed

含义,你不容得到朋友的任何细节了在V2.0,包括他们的在线presence。

Meaning, you can´t get any details of friends anymore in v2.0, that includes their online presence.

此外,它甚至不是不可能再检查授权用户的在线presence:

Also, it is not even possible anymore to check for the online presence of the authorized user:

user_online_ presence不再可用。

user_online_presence is no longer available.

TL; DR:在汇入作业不再V2.0不可能的,也没有新的API,它

TL;DR: It´s not possible in v2.0 anymore and there is no new API for it.