Actually i Want personal Info of Logged in User, But i get only their Id and UserName. I have tried getting the permission from the user for connectivity , other than that some more permission for accessing the data is required ,guide me through the same.
NSDictionary *options = @{ ACFacebookAppIdKey: [NSString stringWithFormat:@"1725978560966525"], ACFacebookPermissionsKey : @[@"email", @"public_profile", @"user_about_me"] };