I havn't changed any of my api code but all of a sudden I am getting a
404 response when trying to connect. Here is my code:
define('ITEMS_FEED_URI', 'http://www.google.com/base/feeds/items');
// Parameters for ClientLogin authentication
$service = Zend_Gdata_Gbase::AUTH_SERVICE_NAME;
$user = "MYEMAIL";
$pass = "MYPASSWORD";
$dryRun = false;
// Create an authenticated HTTP client
$client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass,
$service);
// Create an instance of the Base service
$service = new Zend_Gdata_Gbase($client);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---