java - Which is the safest/secure authorization option available for Google Analytics API? -


we developing web service application retrieve google analytics data user's website using google analytics api. challenge facing is, @ authorization part. confused to, option use client authorization access analytics data. as third party application, it's obvious website owner wouldn't want divulge of secret account information us. aware of each option, it’s we need know safest / secure option website owner provide access analytics data.

few options know are:

  1. sharing client secrets file us, or
  2. sharing service account details, or
  3. if there other secure option can used here please let me know.

any guidance appreciated.

had posted question in google groups site. suggestion use oauth 2.0 web server applications.

here link answer.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -