2

In my android app, i can login via Google+ and Get the informations. I am new to android though.

Now i want to fetch access token from Google and send it to my server.

How can i do that? Please Give some code if Possible. As i am a begginer hoping explanation in easy terms.

1 Answers1

0

There's another answer that covers getting the access token in Android.

Of note:

1) Make sure to get the token off of the UI thread in a background task 2) Ensure you're checking the correct account

Community
  • 1
  • 1
class
  • 8,621
  • 29
  • 30