OpenId on Android
问题 I'd like to give my users the ability to log-in my Android app using their OpenId (have a text field like StackOverflow's and ask the user to enter his OpenId there). I've looked around a lot but could not find any libraries that allow me to implement Client-Side OpenId authentication on Android. Should I rather go for server side authentication - ie. authenticate through my own website and pass the control to the application once the authentication is done? Thanks, Abhinav 回答1: http://code