Hi,
I'm trying to use my app with offline access. I have allowed that permission to my app, and I store in the database the auth token returned after the user is logged to facebook.
At this point, session[:facebook_session].infinite? returns true, so I think this part is ok.
But when the user logs in again in my app, I redirect him to a page passing the auth_token stored in the database and a MissingOrInvalidParameter exception is raised.
Does anybody know how to solve this problem?
Thanks in advance
|