grimen / devise_facebook_connectable

Devise << Facebook Connect. IMPORTANT: Not maintained anymore.
MIT License
146 stars 20 forks source link

Facebooker::Session::SessionExpired on User.populate(*fields) #22

Open fake-user-999 opened 14 years ago

fake-user-999 commented 14 years ago

Every time when you try to do something like this

current_user.facebook_session.user.populate(*fields) current_user.facebook_session.user.name

you receive the following exception - Facebooker::Session::SessionExpired!

grimen commented 14 years ago

I think Facebooker is to buggy, we need another more stable FB-integration I think. No clue why this happens - my hacks in controller solved it for me at least, but I haven't tried with passenger myself. =S