Facebooker Problem

Hi guys,

I'm just getting started with facebooker. I got a nasty problem. Every request redirects to facebook for authentication because i have included ensure_authenticated_to_facebook and oce the authentication is over I'm redirected back to the callback URL. The original requested URL is lost. I suspected of not using DB sessions, but I'm using DB as the session store.

Please help me out. How do I avoid redirects?

Ahmad a.l Ahmad wrote:

Hi guys,

I'm just getting started with facebooker. I got a nasty problem. Every request redirects to facebook for authentication because i have included ensure_authenticated_to_facebook and oce the authentication is over I'm redirected back to the callback URL. The original requested URL is lost. I suspected of not using DB sessions, but I'm using DB as the session store.

Please help me out. How do I avoid redirects?

check out rails: skip_before_filter

hth

ilan