Aveg Patekar
Aveg Patekar
I tried above 2 solutions but getting error while retriving the email id i.e "an active access token must be used to query information about the current user javascript". Can...
Here is the code, `openFB.login(function (response) { if (response.status === 'connected') { if (response.authResponse) { var accessToken = response.authResponse.accessToken; openFB.api({ path: "/v2.5/me?", params: { "access_token": accessToken, "?fields":"first_name,last_name,email,&access_token='"+accessToken+"'" }, success: function...
Removed coma. Still facing same issue.
Yes it is exactly same.
You are calling with v2.0. Where as my app version is 2.5. Let me try with 2.0.
Still not able to get the email id field even after changing the version. I am trying with this app id '940903142645622'. Is there any configuration need to make through...