Search code examples
phpfacebookfacebook-javascript-sdkfacebook-app-requests

Can't Get Response.email from facebook API v2.5 even email is green in App Reviews


Can't Get Response.email from facebook API v2.5 even email is green in App Reviews. I used this basic FB.api(), even with SCOPE it doesn't return EMAIL

FB.api('/me', function(response) {
    console.log(response);
});

Solution

  • mybad, nothing is wrong with the code, I just did a reset with the permissions on the app.