Has anyone gotten started with getting the OAuth2 replacement for Facebook Connect working with auth_logic? I know there is an OAuth2 gem (http://intridea.com/2010/4/22/oauth2- gem-just-in-time-for-facebook-graph?blog=company), and I''m thinking of using that to integrate. Anyone know when the Fb Connect API will be shut down? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I would also be interested, we are currently using authlogic... On May 6, 12:10 pm, Alex <a...-g95NU89ilgTQT0dZR+AlfA@public.gmane.org> wrote:> Has anyone gotten started with getting the OAuth2 replacement for > Facebook Connect working with auth_logic?-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Yes ,working with authlogic you can use authlogic_rpx gem to make your application login using facebook or anyothers. http://github.com/tardate/rails-authlogic-rpx-sample For rpx www.rpx.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Rpx might be good for some people. It''s a single sign-on service that you pay a nominal fee to use. Doesn''t fit the bill for me. Thanks. On May 7, 1:41 am, swetha <swetha.angul...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yes ,working with authlogic you can use authlogic_rpx gem to make your > application login usingfacebookor anyothers. > > http://github.com/tardate/rails-authlogic-rpx-sample > > For rpxwww.rpx.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I''m working on a new version of authlogic_oauth that will use oauth2... I think it''s what you are searching for... It will be released at the end of the week, keep eyes on http://github.com/potomak On May 8, 3:52 am, Alex <a...-g95NU89ilgTQT0dZR+AlfA@public.gmane.org> wrote:> Rpx might be good for some people. It''s a single sign-on service that > you pay a nominal fee to use. > > Doesn''t fit the bill for me. Thanks. > > On May 7, 1:41 am, swetha <swetha.angul...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Yes ,working with authlogic you can use authlogic_rpx gem to make your > > application login usingfacebookor anyothers. > > >http://github.com/tardate/rails-authlogic-rpx-sample > > > For rpxwww.rpx.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
nice. I''ll be looking forward to that. Will it play nice with other login options (the old oauth in particular, which is still needed for Twitter)? Cheers, Andrew On May 19, 12:10 am, giovanni <potoma...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m working on a new version of authlogic_oauth that will use > oauth2... > I think it''s what you are searching for... > It will be released at the end of the week, keep eyes onhttp://github.com/potomak > > On May 8, 3:52 am, Alex <a...-g95NU89ilgTQT0dZR+AlfA@public.gmane.org> wrote: > > > > > > > Rpx might be good for some people. It''s a single sign-on service that > > you pay a nominal fee to use. > > > Doesn''t fit the bill for me. Thanks. > > > On May 7, 1:41 am, swetha <swetha.angul...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Yes ,working with authlogic you can use authlogic_rpx gem to make your > > > application login usingfacebookor anyothers. > > > >http://github.com/tardate/rails-authlogic-rpx-sample > > > > For rpxwww.rpx.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-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm. > > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I recall the author saying he made the new gem as opposed to doing changes in the original oauth gem because oauth2 is "a different beast". I tried to use the oauth2 gem to log-in to twitter, and I confirm - obviously- it doesn''t work. I''m looking forward Twitter to implement oauth 2. On May 19, 10:40 pm, "Andrew C." <andrew.c...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> nice. I''ll be looking forward to that. > > Will it play nice with other login options (the old oauth in > particular, which is still needed for Twitter)? > > Cheers, > Andrew > > On May 19, 12:10 am, giovanni <potoma...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > I''m working on a new version of authlogic_oauth that will use > > oauth2... > > I think it''s what you are searching for... > > It will be released at the end of the week, keep eyes onhttp://github.com/potomak > > > On May 8, 3:52 am, Alex <a...-g95NU89ilgTQT0dZR+AlfA@public.gmane.org> wrote: > > > > Rpx might be good for some people. It''s a single sign-on service that > > > you pay a nominal fee to use. > > > > Doesn''t fit the bill for me. Thanks. > > > > On May 7, 1:41 am, swetha <swetha.angul...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Yes ,working with authlogic you can use authlogic_rpx gem to make your > > > > application login usingfacebookor anyothers. > > > > >http://github.com/tardate/rails-authlogic-rpx-sample > > > > > For rpxwww.rpx.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@googlegroups.com. > > > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > > > 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-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm. > > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I just released a gem yesterday that adds OAuth2 support to Authlogic if you guys are still looking for something. You can find it here: http://github.com/andyhite/authlogic_oauth2 Andrew -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.