Hi,
Well, since you can't use Picasa Web Albums with Google Apps accounts,
you'd have to sign up for a Google Account using your Apps account e-
mail and then authenticate with those credentials. Is that what you
are trying to do?
Cheers,
-Jeff
On Jul 13, 10:25 pm, Steve Wilhelm <stev...@gmail.com> wrote:
I am getting status 404, No such user, when using the Zend PHP API to
authenticate with a Google Apps supplied email address, e.g. steve at
studio831.com.
The same code (see below), works when I used a standard GMail
account.
Zend_Loader::loadClass('Zend_Gdata');
Zend_Loader::loadClass('Zend_Gdata_ClientLogin');
Zend_Loader::loadClass('Zend_Gdata_Photos');
Zend_Loader::loadClass('Zend_Http_Client');
// Parameters for ClientAuth authentication
$service = Zend_Gdata_Photos::AUTH_SERVICE_NAME;
$user = WT_PICASA_USER;
$pass = WT_PICASA_PASSWORD;
// Create an authenticated HTTP client
$client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass,
$service);
Is this a known limitation of the Zend GData API?