I have an application that wants to be tied to multiple services, and I'm not sure how to handle the login. Can I have the log in once, suppose through facebook, and grant our application access to twitter?
Can I otherwise store some sort of login credentials on the server side, have the log in to my service, and log them into both server side?
Full disclosure: I'm very fuzzy on how authentication works...