I am trying to keep an old rails site maintained. By old, I mean Ruby on Rails 2.1. It used to have Twitter and Facebook authentication, but they are broken now. I''m not much of a rails dev so I could use some advice on going about fixing them. For Twitter, it''s using the old Twitter4r gem. I believe this has been broken ever since Twitter when OAuth only. Yeah, that long. For Facebook, it''s using a gem called facebooker. I updated that to 1.0.13 back in May, and it''s still busted. I''m assuming I will have to integrate completely new gems to fix functionality. What gems should I look at? -- 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/c7ae0c24-cd2b-4e31-8bd9-4e79e95f7945%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
andreo-FdlSlcb4kYpknbxzx/v8hQ@public.gmane.org
2013-Nov-07 15:09 UTC
Re: Twitter and Facebook Integration
Updating rails is not an option? Well you should try to use oauth and write an interface for using both authentications. would make your life much easier. What do you use for normal authentication? -- 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/305851fb-6c55-4249-852f-fdfa1f6c8e0f%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.