You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
Hi
I was able to get the number of groups by using OnGroupsListener().
It doesn't give the members of each group.
How can I solve this ?
I need your help please.
Regards
The text was updated successfully, but these errors were encountered:
Hi
I was able to get the number of groups by using getGroups().
It doesn't give the members of each group.
How can I solve this ?
I need your help please.
mSimpleFacebook.get(groupId, "members", newOnActionListener<List<Profile>>() {
voidonComplete(List<Profile> profiles) {
// here is your members of the group
}
});
I will add more nicer (semantic) way to get members of the groupd
Hi
I was able to get the number of groups by using OnGroupsListener().
It doesn't give the members of each group.
How can I solve this ?
I need your help please.
Regards
The text was updated successfully, but these errors were encountered: