Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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
   }
}
share|improve this question
Possible duplicate? [stackoverflow.com/questions/9060336/…. Can you try using a different browser? Login to facebook on this browser and retry the API Graph Explorer. – Neil Jul 11 '12 at 10:37
@Neil read that one a few times, his problem seemed to happen randomly, mine is a constant problem. Trust me, I've tried IE, FF, C.. cleared cookies, cache, reset ip.. you name it. :/ – user1516606 Jul 11 '12 at 12:11
File a bug developers.facebook.com/bugs – phwd Jul 12 '12 at 16:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.