开发者

Is there any generic oauth2 library for Android that can work with different providers (google facebook github)?

开发者 https://www.devze.com 2023-03-31 19:55 出处:网络
Im looking for oauth2 library that c开发者_如何学Pythonould create Authorization dialogs for multiple oauth2 providers.This one should be able to:

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消