6

我开发了一个 android 应用程序,并使用适用于 Android 的 Spring 库。我首先使用 spring-android-rest-template 制作了一个简单的身份验证登录名/密码。现在我必须使用“spring-for-android”库通过 OAuth 2.0 协议进行身份验证。

我的问题是搜索一个演示使用的小型应用程序,而不是 Facebook、Google、Twitter。我使用 Spring Server 与我的 Android 应用程序进行通信。

4

1 回答 1

-1

android http://blog.logicexception.com/2012/09/android-oauth2-rest-client-with-spring.html的 OAuth2 和 spring 示例, 但我使用 scribe 来进行 OAuth 2.0 身份验证。

于 2013-09-26T08:09:27.260 回答