Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We are doing an app for facebook & we are requested permission for grab his information,

Now the problem is that we need the user e-mail id is show in our data or console.(There show the users all details like First_name, last_name, gender, education, id , etc..)

We are use this code :-

else
{
    NSArray* _permissions = [NSArray arrayWithObjects:@"email",@"user_birthday",@"publish_stream",nil];
    [appDelegate.Facebook  authorize:_permissions delegate:self appAuth:NO safariAuth:NO];
}

Is there any other way to show the e-mail now? Any one solve my this problem or suggest me what i will do?

Thanks..

share|improve this question
I don't understand what you're asking. But here's a shot: Yes, you MUST request email in order to view their email. Use the /me?fields=email endpoint after the authorization to get their email. – Tommy Crush Jan 11 at 17:59
I am asking show the email or email permission. I have show all the user (Facebook login user) data except email.I have check the permission but there are lock the email. – Shriram Kadam Jan 11 at 18:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.