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'm using Register with Facebook as one of the ways to log in to my web app, and expressly ask for the "email" permission..

On login, some of the user data ($facebook->api('/me')) is stored into the users database, however, sometimes the email field just doesn't exist - is this a common problem?

share|improve this question

1 Answer

Users don't always have to provide an email address in order to use Facebook. They can also sign up via SMS, though it's far less common.

In short, FB won't always have an email address, so can't serve it to your app.

share|improve this answer
All my users are in Japan, where SMS virtually doesn't exist.. I wonder, are there any other ways to register for Facebook without an email address? – KKobayashi Feb 24 '12 at 5:05

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.