KyleAMathews / facebook-export

Tools to help administer your Facebook groups
MIT License
104 stars 29 forks source link

user_groups does not exist in Facebook API #12

Open stbobo opened 9 years ago

stbobo commented 9 years ago

the only option I am seeing is user_managed_groups, but I want to grab all groups of which I am a member.

KyleAMathews commented 9 years ago

Looks like user_managed_groups works the same way https://developers.facebook.com/docs/graph-api/reference/v2.4/group

fonix232 commented 6 years ago

It actually doesn't, it only retrieves groups the user manages, not groups the user is a member of.