top button
Flag Notify
Site Registration

Adroid App authentication with gmail a/c

0 votes
276 views

I need in my application to authenticate with google a/c . Is there is any google API or other library to do this. looking at this Link https://developers.google.com/accounts/docs/AuthForInstalledApps#AuthProcess

posted Jul 23, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

you can use OAuth in Android. There's a fairly detailed post on this:

http://blog.doityourselfandroid.com/2011/04/12/oauth-android-google-apis-client-library-java/

There are also two other Java libraries that you might consider for this purpose:
https://github.com/fernandezpablo85/scribe-java
https://code.google.com/p/oauth-signpost/

answer Jul 23, 2013 by Salil Agrawal
Similar Questions
+2 votes

I am using contact and gdata gem to import contact from gmail in my rails app and it is working great on local system.

When I deploy it to heroku and try to import my contacts app just give an error and also send a suspicious message to my email that account access from some unexpected place.

Do I need to register my app on google or some configuration is to be done

...