Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

How to get all of the users who are members of this group? #189

Open
songwei89 opened this issue Jun 25, 2014 · 2 comments
Open

How to get all of the users who are members of this group? #189

songwei89 opened this issue Jun 25, 2014 · 2 comments

Comments

@songwei89
Copy link

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

@songwei89
Copy link
Author

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.

Regards

@sromku
Copy link
Owner

sromku commented Oct 13, 2014

You can do something like this:

mSimpleFacebook.get(groupId, "members", new OnActionListener<List<Profile>>() {
     void onComplete(List<Profile> profiles) {
          // here is your members of the group
     }
});

I will add more nicer (semantic) way to get members of the groupd

@sromku sromku added this to the Version 2.2 milestone Oct 13, 2014
@sromku sromku self-assigned this Oct 13, 2014
@sromku sromku removed this from the Version 2.2 milestone Oct 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants