Dj-Corps / gwt-oauth2

Automatically exported from code.google.com/p/gwt-oauth2
Apache License 2.0
0 stars 0 forks source link

A simple javascript code for authorizing the Google Analytics Core Reporting API. #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which OAuth2 provider or API service?
Google Analytics Core Reporting API service

External references, such as API reference guide?

Please provide any additional information below.
Not able to authorize using the old protocol. Please help regarding the new 
Oauth 2.0 I want to try with that. 

Original issue reported on code.google.com by test.off...@gmail.com on 7 Jun 2012 at 5:56

GoogleCodeExporter commented 9 years ago
The sample code describing authentication with Google will work for this clase. 
Use the scope "https://www.googleapis.com/auth/analytics.readonly" and make 
JSONP requests to the API.

Alternatively, if you'd prefer to use a more featureful client library for the 
Analytics API, one can be generated like those available at 
http://code.google.com/p/gwt-google-apis -- I am also the maintainer of that 
library, so I can make a library available there if you are interested, when I 
have time.

Original comment by jasonhall@google.com on 7 Jun 2012 at 1:24

GoogleCodeExporter commented 9 years ago
Please provide the steps on getting access_token with out consent screen while 
to trying access universal analytics API from an external system.

Original comment by sreeniva...@gmail.com on 16 Jun 2015 at 10:10