Userinfo (Facebook identity) doesn't return email address

Hi @acalpixca ,

Welcome to the Auth0 Community!

Facebook does not require users to have or share their email addresses. The email address not being returned could be due to either of the two situations:

  1. The user’s Facebook account is set up with a phone number rather than an email address (no email address is present to be returned)

  2. The user did not grant permission to access their email address; upon signup, users can choose whether this information is shared

If this occurs, the user’s email address needs to be added after account creation. Could you try updating the user by adding an email and trying again?

Thanks!