fixed API configuration

This commit is contained in:
Steffen Vogel 2012-11-19 20:49:37 +01:00
parent c58289b735
commit 57838c8cb3

View file

@ -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',