oauth for facebook and twitter

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 security, nor could I think of a good reason to re-invent the wheel, so I went with OmniAuth. 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 .

I’d highly recommend the Railscasts on this issue:

Should explain everything you’ll need to know.

–Matt Jones