Nick Vanderbilt
Nick Vanderbilt

Reputation: 38530

Will facebook always send email of the user who is loggin in

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

Answers (1)

Spike Gronim
Spike Gronim

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

Related Questions