I know it's no longer to get a list of users of a given Facebook group, see List the members of a Facebook group via API.
But how can I get a list of all Facebook groups I'm member of?
Possibly, with the number of members? Something like:
Group ABC 30k members
Group DEF 5k members
Group GHI 40 members
How to do this with Facebook API, with Python?
CodePudding user response:
It seems that this is no more available in the latest version of the Facebook API, as seen in also How to get the list of facebook groups using graph api.
It is still possible for apps created before the change of the API, see @CBroe's comments.