如何获得会员?使用 facebook 中的组 id 获取信息?

发布于 2024-12-15 14:16:44 字数 111 浏览 3 评论 0原文

这里有一个A组,我想提取成员的组信息作为训练数据集。

例如,组 A 有 400 名成员的列表,每个成员加入多个不同的组。

如何获取群组成员信息?只用群id就可以获取成员信息吗?

Here is a group A. I want to extract the members' group information as the training data set.

For example, group A has a list of 400 members and each member joins a number of different groups.

How can I get the members' information from the group? Can I get members' information by simply using the group id?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酷到爆炸 2024-12-22 14:16:44

您可以使用图形 API 查询组端点...

https://graph.faecbook.com/GROUP_ID/members

这将返回(引用 Facebook 文档):

属于该群组成员的所有用户(当前只能返回前 500 名成员)。

您必须使用有效的访问令牌,并且如果您正在管理该组,则只能检索一个。

You can query the group endpoint using the graph api...

https://graph.faecbook.com/GROUP_ID/members

This will return (quoting facebook docuemntation) :

All of the users who are members of this group (can only currently return the first 500 members).

You will have to use a valid access token and you will only be able to retrieve one if you are administering the group.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文