Skip to content

Instantly share code, notes, and snippets.

View Soliman's full-sized avatar
🪁
Relaxing

Soliman Soliman

🪁
Relaxing
View GitHub Profile
@Soliman
Soliman / Google_oAuth2_PHP_Curl_Boilerplate.php
Last active February 28, 2021 22:26
Google oAuth 2.0 PHP Curl Boilerplate
<?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.