android - How to set up authorization in Google Maps according to the OAuth 2.0 protocol? -
i decided realize in application on android access user resources google maps according oauth 2.0 protocol. me new experience, don't know begin, didn't find examples, can looked badly therefore decided ask question.
you can read oauth step google documentation
here basic steps:
- obtain oauth 2.0 credentials google developers console.
- obtain access token google authorization server.
- send access token api.
- refresh access token, if necessary.
Comments
Post a Comment