简体   繁体   English

有没有办法让在线用户计入Facebook群组?

[英]Is there a way to get online users count for a Facebook group?

You have Graph Api, and you have the token of the user. 您具有Graph Api,并且具有用户的令牌。 When a user is member of a group, and we know the group ID. 当用户是组的成员时,我们知道组ID。

Is there a way to get the online users count of a Facebook group via the API? 是否可以通过API获取Facebook组的在线用户数?

Short answer to your question: 对您问题的简短回答:

Is there a way to get the online users count of a Facebook group via the API? 是否可以通过API获取Facebook组的在线用户数?

NO , you can't. ,你不能。

The closest result you can get is by using the members connection of the group object : 您可以得到的最接近的结果是使用组对象members连接:

All of the users who are members of this group (can only currently return the first 500 members). 属于该组的所有用户(当前只能返回前500个成员)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM