Hi, I deleted this code, as I understand in the documentation you don't need to introduce any parameter in JS "code"... but this is not the problem, I saved and the error continue.
When I tested the service "get_data" I received this error:
{
"status":"400 Bad Request",
"url":"https://graph.facebook.com/me",
"response":{
"error":{
"message":"An active access token must be used to query information about the current user.",
"type":"OAuthException",
"code":2500
}
}
}
And when tested the service " GetToken" this one:
{
"status":"400 Bad Request",
"url":"https://graph.facebook.com/oauth/acce...",
"response":{
"error":{
"message":"Missing authorization code",
"type":"OAuthException",
"code":1
}
}
}
But as I told you I can login but then the problem is when try to get data