This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Google oAuth 2.0 PHP Curl boilerplate | |
* Google Tasks API example | |
* | |
* | |
* Settings | |
* | |
* scope Space-delimited set of permissions that the application requests. | |
* state Provides any state that might be useful to your application upon receipt of the response. |