android-simple-facebook
android-simple-facebook copied to clipboard
Failed when requesting READ_FRIENDLISTS permission
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
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.
if you simply want to get a list of friends from logged in user, you can just go with "user_friends"