I have been trying to make the following Facebook graph api call...
https://graph.facebook.com/me&access_token=mytokenhere
I have been making this exact same call for months now with no issue. I am getting the following response back...
{
"error": {
"message": "(#803) Some of the aliases you requested do not exist: me&access_token=mytokenhere",
"type": "OAuthException",
"code": 803
}
}
Obviously mytokenhere is replaced with my actual token, not passing the literal 'mytokenhere'.
Any help would be appreciated!