Unable to get the email id of the User when Log-in with Facebook SDK in iOS
问题 I am getting [null] value when I am fetching the user's email-id using below code. Also, I already set the permission to access the email like this. { self.fbLoginButton.readPermissions = @[@"public_profile", @"email", @"user_friends"]; } Also Fetching the email details in delegate. - (void)loginButton:(FBSDKLoginButton *)loginButton didCompleteWithResult: (FBSDKLoginManagerLoginResult *)result error: (NSError *)error { if ([FBSDKAccessToken currentAccessToken]) { [[[FBSDKGraphRequest alloc]