My facebook api is not returning email field. I saw in a forum post giving the solution to this problem, requesting the field in api, but I did this and it does not work.
Interesting thing is that when I testo site it right, and in the air comes as "undefined" (E-MAIL FIELD, ALL REMAINING NORMAL RETURNS)
In the api registration in the facebook settings API is already by default requesting email for user
Follow the code
FB.api('me?fields=email,name,link,picture', function (response) {
console.log(response)
}):