android-simple-facebook icon indicating copy to clipboard operation
android-simple-facebook copied to clipboard

Failed when requesting READ_FRIENDLISTS permission

Open jason-wihardja opened this issue 9 years ago • 1 comments

Hi, I'm trying to get a list of user's friends (all friends, not only those who uses this app).

My permission is like this: Permission[] permissions = new Permission[] { Permission.PUBLISH_ACTION, Permission.READ_FRIENDLISTS, Permission.USER_FRIENDS, Permission.USER_PHOTOS }

But when I login, this appears screenshot_2015-07-18-11-12-29

I checked Facebook's official documentation on https://developers.facebook.com/docs/facebook-login/permissions and as expected, I can't find "read_friendlists" listed in there. So, I was thinking maybe it is deprecated and already updated to "read_custom_friendlists"

Thank you.

jason-wihardja avatar Jul 18 '15 04:07 jason-wihardja

if you simply want to get a list of friends from logged in user, you can just go with "user_friends"

raylee4204 avatar Aug 11 '15 17:08 raylee4204