fixed API configuration
This commit is contained in:
parent
c58289b735
commit
57838c8cb3
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ global $apiConfig;
|
|||
$apiConfig = array(
|
||||
// True if objects should be returned by the service classes.
|
||||
// False if associative arrays should be returned (default behavior).
|
||||
'use_objects' => false,
|
||||
'use_objects' => true,
|
||||
|
||||
// The application_name is included in the User-Agent HTTP header.
|
||||
'application_name' => '',
|
||||
|
@ -33,7 +33,7 @@ $apiConfig = array(
|
|||
'developer_key' => '',
|
||||
|
||||
// Site name to show in the Google's OAuth 1 authentication screen.
|
||||
'site_name' => 'www.example.org',
|
||||
'site_name' => '/dev/nulll',
|
||||
|
||||
// Which Authentication, Storage and HTTP IO classes to use.
|
||||
'authClass' => 'Google_OAuth2',
|
||||
|
@ -78,4 +78,4 @@ $apiConfig = array(
|
|||
'tasks' => array('scope' => 'https://www.googleapis.com/auth/tasks'),
|
||||
'urlshortener' => array('scope' => 'https://www.googleapis.com/auth/urlshortener')
|
||||
)
|
||||
);
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue