I can't access any of the /me/ URLs on Facebook. I tried the API doc page that generates temp links for testing ( http://developers.facebook.com/docs/reference/api/ ) but still get the error.
I've also tried the API explorer ( https://developers.facebook.com/tools/explorer ) and generated an access token with ALL the scopes (with numerous apps), yet it still persists.
Been trying to figure this for a week now (thought it was maybe a bug?). Any advice? I'm just hopping it's something simple I've missed.
Oh, and the exact error code;
{
"error": {
"message": "Error validating access token: This may be because the user logged out or may be due to a system error.",
"type": "OAuthException",
"code": 190,
"error_subcode": 467
}
}