I would like to get the list a groups a user belong with Facebook Graph API. According to the documentation, I tried this :
GET /me/groups
(https://developers.facebook.com/docs/graph-api/reference/user/groups/)
It requires the user_managed_groups
privillege, but it only shows groups that the user manage. I would like all groups the user belongs.
Is it possible ? Thanks.
You would need to use the user_groups
permission for that, but that permission is deprecated and will be removed soon: https://developers.facebook.com/docs/apps/changelog#v2_4
Meaning, it is not possible, i´m afraid.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With