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.

It seems like Facebook's new release on December 5th is causing some issues for me. Is anyone else getting this error?

Koala::Facebook::APIError (OAuthException: This authorization code has been used.)

I am able to oauth, but when I issue a call, doing the following...I get the error. i.e. the below:

@friends = graph.get_object("/me/friends")

Here was the Facebook Update:

New security restrictions for OAuth authorization codes We will only allow authorization codes to be exchanged for access tokens once and will require that they be exchanged for an access token within 10 minutes of their creation. This is in line with the OAuth 2.0 Spec which from the start has stated that "authorization codes MUST be short lived and single use". For more information, check out our Authentication documentation.

If anyone could help, or even more specifically clarify what the Facebook update means, that would be really helpful. I am getting this using the Rails Koala Gem.

It seems to be reported here, but no answers have been helpful.

http://developers.facebook.com/bugs/121266004701942?browse=search_50c113068fae60719135553

share|improve this question
seeing this error a lot of forums, but no solution. oy! – user749798 Dec 7 '12 at 5:33

1 Answer

I've encountered a similar problem.

  1. How exactly are you retrieving your token in code?
  2. Did you set up an facebook app, or are you using their dev tool? (this link: https://developers.facebook.com/tools/explorer?method=GET&path=502119982%3Ffields%3Did%2Cname)
share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.