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

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -