anuj607 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Document that not all APIs support oauth service requests #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'd like to use the OAuth service login to access Analytics, but the Analytics 
API doesn't support this. However, there is ZERO documentation in the PHP API 
that not all Google APIs support the service login.

There is a hack to get the Analytics API working with OAuth and it should be 
mentioned somewhere, either as example code in the SDK or on the wiki. 
http://stackoverflow.com/questions/9863509/google-php-client-api-and-oauth-2-0-s
erver-to-server-authentication

Original issue reported on code.google.com by markr...@markrose.ca on 26 Jun 2012 at 7:02

GoogleCodeExporter commented 9 years ago
I have updated the wiki 
(http://code.google.com/p/google-api-php-client/wiki/OAuth2#Service_Accounts) 
with a warning.

Original comment by chirags@google.com on 2 Jul 2012 at 10:24