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