Class Zend_Gdata_ClientLogin

Description

Class to facilitate Google's "Account Authentication for Installed Applications" also known as "ClientLogin".

Located in /Gdata/ClientLogin.php (line 46)


	
			
Class Constant Summary
 CLIENTLOGIN_URI = 'https://www.google.com/accounts/ClientLogin'
 DEFAULT_SOURCE = 'Zend-ZendFramework'
Method Summary
 static Zend_Http_Client getHttpClient (string $email, string $password, [string $service = 'xapi'], [Zend_Http_Client $client = null], [string $source = self::DEFAULT_SOURCE])
Methods
static getHttpClient (line 76)

Set Google authentication credentials.

Must be done before trying to do any Google Data operations that require authentication. For example, viewing private data, or posting or deleting entries.

  • throws: Zend_Gdata_App_AuthException
  • throws: Zend_Gdata_App_HttpException
  • access: public
static Zend_Http_Client getHttpClient (string $email, string $password, [string $service = 'xapi'], [Zend_Http_Client $client = null], [string $source = self::DEFAULT_SOURCE])
  • string $email
  • string $password
  • string $service
  • Zend_Http_Client $client
  • string $source
Class Constants
CLIENTLOGIN_URI = 'https://www.google.com/accounts/ClientLogin' (line 53)

The Google client login URI

DEFAULT_SOURCE = 'Zend-ZendFramework' (line 59)

The default 'source' parameter to send to Google

Documentation generated on Sun, 27 May 2007 23:21:42 -0700 by phpDocumentor 1.3.2