I am using the following code to login a user and fetch his facebook friends :
FBSDKLoginButton* loginButton = [[FBSDKLoginButton alloc] init];
loginButton.delegate = self;
loginButton.readPermissions = @[@"public_profile", @"email", @"user_friends"];
Problem: The Facebook friends list is not getting retrieved for some of the users. I have verified the Facebook app versions for these users - They are using the latest Facebook app version .