If you want to work with your user’s groups, the REST API has two methods that return information about their visible groups. When you call the facebook.groups.get method, you can retrieve all the groups the user belongs to, or a subset of these groups, by using the method’s filtering mechanism. The second method, facebook.groups.getMembers, returns the user IDs (UIDs) for a given public group.

0 comments