I am implementing the Facebook login to a web app and I need to retrieve the email to add it to the app registration, but the Facebook api only returns the id and the name, check the permissions and the email should be added, in the documentation it is declares that a revision is not necessary to have it enabled, but I cannot get the dialog box to announce that the email will be required and neither can I capture it, in the debug tools I manage to add it and then recover it, but it could not be doing that to each user to be validated, any idea what would be wrong? Lei y lei, and the app must be published to capture data, and it already is, in the app configuration, the email permission is validated (in green) as well as the facebook profile (required)
Thank you for your attention,
In the end it fixed itself, but note that it only fixed itself after putting the minimum Facebook button code, my implementation has a "custom" button to be able to apply styles to it, so add the button and hide it and add the email scopes and name in the call to FB.login, it looks like this:
and the call to the script like this:
I hope someone else finds it useful