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.

I am seeing some weird behavior when logging in to FB with the new iOS SDK. This is running against iOS 6, with no stored FB credentials.

When I successfully login to FB, I am writing the user dictionary (FBGraphUser) to the console.

My initial request is using the "me" graph path, type=user, and fields=id,name,username,email,location,gender.

For some accounts I get the email address returned, which seems to be the email address I just signed into FB with. But, for many other accounts, I get the requested data with no email.

I do not see any difference in the FB settings or accounts, and the code path is identical for all cases.

Why would FB return the email for some users and not for others??

Thanks for any insight.

share|improve this question

1 Answer

up vote 0 down vote accepted

Ok... duh. Somehow, at some point, the two accounts that were giving up their email address had granted permission in their FB App settings for my app to access email.

Hazard of using old code and old test accounts...

Thank you for listening, SO!

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.