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.

the setup is Rails 3.2.6 + Devise + omniauth-facebook .. i followed the Devise wiki but when trying to login with facebook account i get the following error

{"error":
{"message":"Code was invalid or expired. Session is invalid. This could be because the 
            application was uninstalled after the session was created.",
            "type":"OAuthException","code":100
}}

I tried changing the host to no avail. it's not invoking the callback even, just not working.

this is the first run ever on a dev machine, so I don't think anything got to go invalid yet.

thanks in advance

share|improve this question

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.