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? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---