I have developed an Android application and I am using Spring libs for Android. I started using a simple authentication login / password with spring -android-rest-template. Now I need to use "spring -for-android" for authentication through the OAuth 2.0 protocol.
My question is finding a small application that demonstrates usage, not Facebook, Google, Twitter. I used the Spring server to communicate with my Android application.
source share