views:

82

answers:

1

Hi I am developing an Android App where I require a user to authenticate his session before using the app. One way is to store a user name and password by asking him to register on the app and then use that to authenticate him. But i was looking to do something else, maybe use an OpenId account to authenticate or Opensoial or something like Facebook Connect. Any Suggestions and comments? thanks for you help.

+2  A: 

Using OpenID is a great idea in fact. You can use the OpenID4Java library. As you can read here, someone has modified that project in order to make it Android compatible.

Cristian
Hey Cristian, that's really great! But can you throw some more light on using this library. I'm not really sure, how will I be able to integrate this with my app. Many Thanks.
Gooner
Can't anyone help me?
Gooner