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 using omniauth ( https://github.com/intridea/omniauth ) to allows users to log in via facebook. everthing is working. However I just want to sure that facebook is always send email address of the user all the time.

Is there as way to control that facebook must send email address.

Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

No, they do not always send the email. This is controlled via permissions. I have seen a real user on my OAuth website show without an email. You have to handle this case.

share|improve this answer
1  
Another thing to beware of is that sometimes they will send a proxy email address for the user using Facebook's domain. If it's important to get their real address, you'll need to inspect the address Facebook responds with instead of just checking for the existence of a value. – Jimmy Cuadra Jan 28 '11 at 0:17

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.