Is there any generic oauth2 library for Android that can work with different providers (google facebook github)?
Im looking for oauth2 library that c开发者_如何学Pythonould create Authorization dialogs for multiple oauth2 providers.
This one should be able to:
http://code.google.com/p/google-oauth-java-client/downloads/detail?name=google-oauth-java-client-1.8.0-beta.zip&can=2&q=
Here's a few docs:
http://code.google.com/p/google-oauth-java-client/wiki/OAuth2
The AuthorizationCodeFlow section gives you a few pointers.
精彩评论