sromku / android-simple-facebook

[Deprecated] Simple Facebook SDK for Android
Other
879 stars 349 forks source link

How to get user friends list who are using my game app by using sromku library? #411

Open Mayank1904 opened 8 years ago

Mayank1904 commented 8 years ago

please suggest the snippet of code if not possible from this library?

jabedhasan21 commented 8 years ago

I also fetch the same issue. please give some hint.. For facebook SDK 4.

raylee4204 commented 8 years ago

SimpleFacebook.getInstance().getFriends(OnFriendsListener listener);

This should work for you no?