Question

Assuming I have a user token with the necessary permissions, how might I go about retrieving a list of the users who have submitted requests to join a particular group? For example, using the FQL Query:

SELECT uid FROM group_member WHERE gid=XXXX

I can easily retrieve a list of the ids for the users who are currently part of group XXXX. Unfortunately, this list doesn't include the ids for the users who have requested to join the group. Any suggestions?

Was it helpful?

Solution

There is no API for that functionality; requests to join a group can neither be seen nor acted upon in the API

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top