views:

907

answers:

1

Hi, 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?

+1  A: 

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

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

heavysixer

related questions