Mise à jour des librairies
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
*/
|
||||
class Google_Service_Oauth2 extends Google_Service
|
||||
{
|
||||
/** Know the list of people in your circles, your age range, and language. */
|
||||
/** View your basic profile info, including your age range and language. */
|
||||
const PLUS_LOGIN =
|
||||
"https://www.googleapis.com/auth/plus.login";
|
||||
/** Know who you are on Google. */
|
||||
@@ -56,6 +56,7 @@ class Google_Service_Oauth2 extends Google_Service
|
||||
parent::__construct($client);
|
||||
$this->rootUrl = 'https://www.googleapis.com/';
|
||||
$this->servicePath = '';
|
||||
$this->batchPath = 'batch/oauth2/v2';
|
||||
$this->version = 'v2';
|
||||
$this->serviceName = 'oauth2';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user