简体   繁体   中英

Implement google oAuth2

I am just trying to authenticate my login via google. The user must enter his ID and Password and I must validate the login in the app itself (with no web view). I have tried to figure this out myself but not able to :( .Can any suggest me where and how should I start? and what are the jar's I may need to download? Any help would be greatly appreciated.

Google Play Services was created and released recently for simplifying the process of OAuth for Google products. You might want to start here - Auth with Play Services

The user device should have the Play Services APK installed to get the full use out of this, but Google says most devices above Android 2.1 who used the Play Store should have these services on the device, ready to be used.

Also read the Setting up section to see how you need to set up your project and device to use these services.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM