Hi, i need a user sign in page which has user name and password, which uses oauth which allows us to post tweets to twitter and post to facebook as well. What is the best method to proceed? Any suggestions? Thanks in advance Cheers Jose -- 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.
Hi Jose. I didn''t trust myself to implement OAuth securely, nor could I think of a good reason to reinvent the wheel, so I went with OmniAuth<http://www.omniauth.org/>. Should handle both twitter and facebook. On Monday, May 28, 2012 11:18:53 AM UTC-4, Ruby-Forum.com User wrote:> Hi, > > i need a user sign in page which has user name and password, which uses > oauth which allows us to post tweets to twitter and post to facebook as > well. > What is the best method to proceed? Any suggestions? > > Thanks in advance > > Cheers > Jose > > -- > Posted via http://www.ruby-forum.com/. >On Monday, May 28, 2012 11:18:53 AM UTC-4, Ruby-Forum.com User wrote:> > Hi, > > i need a user sign in page which has user name and password, which uses > oauth which allows us to post tweets to twitter and post to facebook as > well. > What is the best method to proceed? Any suggestions? > > Thanks in advance > > Cheers > Jose > > -- > Posted via http://www.ruby-forum.com/. >On Monday, May 28, 2012 11:18:53 AM UTC-4, Ruby-Forum.com User wrote:> > Hi, > > i need a user sign in page which has user name and password, which uses > oauth which allows us to post tweets to twitter and post to facebook as > well. > What is the best method to proceed? Any suggestions? > > Thanks in advance > > Cheers > Jose > > -- > Posted via http://www.ruby-forum.com/. >On Monday, May 28, 2012 11:18:53 AM UTC-4, Ruby-Forum.com User wrote:> > Hi, > > i need a user sign in page which has user name and password, which uses > oauth which allows us to post tweets to twitter and post to facebook as > well. > What is the best method to proceed? Any suggestions? > > Thanks in advance > > Cheers > Jose > > -- > 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 view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/tU8Hq4u-V04J. 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.
Hi Jose, I didn''t trust myself to implement OAuth security, nor could I think of a good reason to re-invent the wheel, so I went with OmniAuth<http://www.omniauth.org/>. Should handle facebook and twitter and I found it very easy to use. On Monday, May 28, 2012 11:18:53 AM UTC-4, Ruby-Forum.com User wrote:> Hi, > > i need a user sign in page which has user name and password, which uses > oauth which allows us to post tweets to twitter and post to facebook as > well. > What is the best method to proceed? Any suggestions? > > Thanks in advance > > Cheers > Jose > > -- > 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 view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/BHznFH0hbCgJ. 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.
you can go for omniauth. For facebook posting ,you can go for koala . On Monday, May 28, 2012 11:18:53 PM UTC+8, Ruby-Forum.com User wrote:> > Hi, > > i need a user sign in page which has user name and password, which uses > oauth which allows us to post tweets to twitter and post to facebook as > well. > What is the best method to proceed? Any suggestions? > > Thanks in advance > > Cheers > Jose > > -- > 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 view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/4OALBLR57XQJ. 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.
On Monday, 28 May 2012 11:18:53 UTC-4, Ruby-Forum.com User wrote:> > Hi, > > i need a user sign in page which has user name and password, which uses > oauth which allows us to post tweets to twitter and post to facebook as > well. > What is the best method to proceed? Any suggestions? > >I''d highly recommend the Railscasts on this issue: http://railscasts.com/episodes/235-omniauth-part-1 http://railscasts.com/episodes/236-omniauth-part-2 Should explain everything you''ll need to know. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/R_fBDAQZ_aoJ. 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.