私は、www.youtube.com 経由でログインできる Google のアカウントを持っています。ただし、Youtube API 経由で次のコードを使用すると:
$httpClient = Zend_Gdata_ClientLogin::getHttpClient(
$username = 'EXAMPLE@EXAMPLE.COM',
$password = 'EXAMPLE',
$service = 'youtube',
$client = null,
$source = 'EXAMPLE', // a short string identifying your application
$loginToken = null,
$loginCaptcha = null,
"https://www.google.com/accounts/ClientLogin");
次のエラーが表示されます。'Authentication with Google failed. Reason: BadAuthentication'
Google と YouTube にはまったく同じ資格情報でログインできるのに、API にはログインできないのはなぜですか?