Reputation: 38530
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
Upvotes: 0
Views: 168
Reputation: 6182
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.
Upvotes: 1