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
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
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
OmniAuthhttp://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:
Jose
–
Posted via http://www.ruby-forum.com/.
On Monday, May 28, 2012 11:18:53 AM UTC-4, Ruby-Forum.com User wrote:
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:
Cheers
Jose–
Posted via http://www.ruby-forum.com/.
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
OmniAuthhttp://www.omniauth.org/.
Should handle facebook and twitter and I found it very easy to use.
you can go for omniauth. For facebook posting ,you can go for koala .
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:
Should explain everything you’ll need to know.
–Matt J.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs