Skip to content
Advertisement

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);
});

Advertisement

Answer

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

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement