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'm trying to comply with the new Dec. 5th Facebook release, and store access tokens. I'm using the Koala gem in Rails for the Facebook API.

I ge the following error if the user has logged out of Facebook, but not our app

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

I used to just call this:

@oauth.get_user_info_from_cookies(cookies)

But now that Facebook only allows you to call this once...is there another way to see if the cookie expired?

share|improve this question
possible duplicate of Facebook OAuthException: This authorization code has been used – Veger Dec 19 '12 at 23:43

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.