0

I am developing one application in android.

In this I have to login into my application by using Google account details.

Is there any api for this as like facebook.

Vickyexpert
  • 3,147
  • 5
  • 21
  • 34
koti
  • 3,681
  • 5
  • 34
  • 58

1 Answers1

1

Google uses OpenID

https://developers.google.com/accounts/docs/OpenID

The specific information page for mobile apps

https://developers.google.com/accounts/docs/MobileApps

Morrison Chang
  • 11,691
  • 3
  • 41
  • 77
  • @koti Perhaps this is what you are looking for: http://stackoverflow.com/questions/6080862/using-the-google-apis-with-oauth-2-0-in-android – Morrison Chang Apr 03 '12 at 16:19