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.