google-auth-library-php
google-auth-library-php copied to clipboard
Change example requests from taskqueue to something more universal
The sample code that calls the TaskQueue API makes it really easy to accidentally receive the error message "you are not allowed to make this api call"
This is because it requires the user to:
- replace "myproject" in the URL with their current Project ID
- replace "myqueue" in the URL with their Queue ID
- Set up a task queue
It would be great to have an easier path to make the first Google API call, one that doesn't require subbing out these parameters. The Google+ API is a good example of this - it's very simple, and doesn't require any steps to activate other than attaching the authentication
Still needs fixing in GCECredentials and ServiceAccountCredentials
The Google+ API is now gone. Perhaps the People API would be better