Facebook session is expired even though I am logged in to facebook

Vivek picture Vivek · Jun 28, 2009 · Viewed 9.5k times · Source

I am using facebooker with rails and when I log in via facebook connect, for a new user registration ,I get a session expired when I retrieve details like first_name etc.. Note that when I browse to facebook.com I am logged in..But it seems like that my app has an old session. How do I fix this?

Answer

heavysixer picture heavysixer · Jan 28, 2010

you probably have a stale session from a previous session try this:

http://blog.betcoffee.com/2009/09/facebook-connect-and-rails-handling.html