Android is registered in different accounts (Gmail, Twitter, etc.).

I am developing an application that has a login screen with a username and password. Now I want the user to log in with their account in Gmail, Facebook, Twitter and Linked In. Does anyone have any ideas or links that can provide me with a login description with the above third-party API?

enter image description here

+3
source share
2 answers

Typically, the authentication process with various services is as follows:

  • You are requesting AUTH_TOKENfrom a service.

  • AUTH_TOKEN , (, , ..) .

  • , , AUTH_KEY .

API, Twitter Twitter4j, Facebook SDK, . Android SDK, Spring Social, @Darko REST API.

+1

Spring Social. api , . , . , ( 2 ), API, .

Spring

GitHub Sample. SpringAndroidDemo

+2

All Articles