Hi, I''ve implemented the sample app with omni_auth(''0.2.6''). I''m using rails 2.3.11 with ruby 1.8.7. I tried to connect with Facebook but getting oauth error. I tested it with twitter & google plus account. Both are working fine but the FB connects is not working yet. Can you please help me out?. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c2a9f9fb81805f70a2197cf69a25496a%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
Rosy Catz wrote in post #1123747:> Hi, > > I''ve implemented the sample app with omni_auth(''0.2.6''). I''m using > rails 2.3.11 with ruby 1.8.7. I tried to connect with Facebook but > getting oauth error. I tested it with twitter & google plus account. > Both are working fine but the FB connects is not working yet. Can you > please help me out?.AFAIK Facebook is currently using OAuth 2. Since you''re using such an old version of Rails and OmniAuth are you sure the are still compatible with Facebook? I use OmniAuth myself, but not with Facebook, and I use the current version of OmniAuth on Rails 4.0. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/ecf259223db44149e8c952d378c46f50%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
Well Thanks for your reply. Atually i want to integrate this omni-auth with my existing rails 2.3 project so only tried with sample. The file omniauth.rb under initializers is not accepting getting issue for "ActionController::Dispatcher". Can you please help me what i missed?. Robert Walker wrote in post #1123794:> Rosy Catz wrote in post #1123747: >> Hi, >> >> I''ve implemented the sample app with omni_auth(''0.2.6''). I''m using >> rails 2.3.11 with ruby 1.8.7. I tried to connect with Facebook but >> getting oauth error. I tested it with twitter & google plus account. >> Both are working fine but the FB connects is not working yet. Can you >> please help me out?. > > AFAIK Facebook is currently using OAuth 2. Since you''re using such an > old version of Rails and OmniAuth are you sure the are still compatible > with Facebook? > > I use OmniAuth myself, but not with Facebook, and I use the current > version of OmniAuth on Rails 4.0.-- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/02957ff9765fbdf9083c02b57f0ae5a1%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.