When i am running the code below for fetching photlist for a album
$query = new Zend_Gdata_Photos_AlbumQuery();
$query->setUser($$username);
$query->setAlbumName($albumName);
$query->setType("entry");
try {
$albumEntry = $gp->getAlbumEntry($query);
} catch (Zend_Gdata_App_Exception $e) {
echo "Error: " . $e->getMessage();
}
i m getting the Error:
Error in Query: Unable to read response, or response is empty
Can somebody plz figure it out where it fails or some workaround for this ??
thx in advance
--
View this message in context:
http://www.nabble.com/Zend-Picasa-photolist-tp21372795p21372795.html
Sent from the Zend Framework mailing list archive at Nabble.com.