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,114
  • 5
  • 18
  • 34
koti
  • 3,591
  • 5
  • 32
  • 57

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
  • 10,876
  • 3
  • 38
  • 67
  • @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