views:

34

answers:

1

Does someone know of a library that is fairly "drop in" and allows you to easily put together multiple authentication options in an Android app to services like Facebook, OpenID, Twitter, etc. much like RPX does?

A: 

Make a little HTML page with RPX embedded inside it (like a real site) inside your res folder and render it using WebView. You would need WebView anyways since as a requirement of OpenID and OpenAuth and everything needs you to go to their site. So in the end, you would need to load up a WebView to show the user that screen anyways.

Moncader
Thank you. I have the feeling this is the right answer, but I'll clarify once I get a chance to actually check this out.
Preston Crawford