views:

128

answers:

1

I'm developing a rails app where the user needs to be able to create an account & login with either facebook OR twitter.

It seems pretty straightforward if I want to do one or the other, but implementing both looks like it could present some difficulty.

Does anybody else have any experience with implementing both Twitter's oauth and Facebook connect in a single app?

Thanks in advance, Casey

A: 

Use the Authlogic library to add authentication, then add in Facebook and Twitter support using the "add ons" (see Facebook and Twitter).

Kevin Sylvestre