2

Using the Facebook API, it's possible to get retrieve a list of a user's groups if you have the user_groups permission. This only lists groups where the user is already a member. However, if a user asks to join a group, and am waiting approval by the admin, this group doesn't show up on the API's groups list.

Is there a way to see which groups the user has applied to, and is awaiting an administrator to approve membership?

Thanks. I hope this is clear enough.

4

3 に答える 3

4

はい、グループの詳細とメンバーリストを取得できます https://developers.facebook.com/docs/reference/api/group/

于 2013-11-26T06:52:56.617 に答える
0

ユーザー テーブル フィールド https://developers.facebook.com/docs/reference/fql/userから 、「group_requests」などは表示されません。

代わりに、 https://developers.facebook.com/docs/reference/fql/subscription テーブルを試してみて ください。

于 2013-11-06T10:43:56.730 に答える