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:

  1. obtain oauth 2.0 credentials google developers console.
  2. obtain access token google authorization server.
  3. send access token api.
  4. refresh access token, if necessary.

Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

gradle error "Cannot convert the provided notation to a File or URI" -