简体   繁体   中英

Authorization through Google+ in Android App

I've spend about 5 hours searching ways how to authorize to Google+ in my Android app. I need to get user id, his name and avatar.

I have all required data such Client ID and Client Secret.

I've tryied this code https://github.com/imellon/Google-Plus-Android-Sample#readme but when I call

execute()

method in

GoogleAuthorizationCodeGrant

class, I get 400 Bad Request Error. And I don't know why.

I couldn't find any example how to authorize via google-api-java-client.

If anyone has working example how to solve my problem - please help me!

Google+ Android入门应用程序演示了此用例: http : //code.google.com/p/google-plus-java-starter/source/browse/#hg%2Fandroid

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