I am trying to retrieve images through the zend gdata framework from
picasa. In the documentation :
http://code.google.com/apis/picasaweb/docs/2.0/reference.html#media_reference
under the heading : Picasa Web Albums query parameters reference it
says that the imgmax can be used as a query parameter as in the
example below.
$query = new Zend_Gdata_Photos_AlbumQuery();
$query->setUser('migwonderful');
$query->setAlbumId($albumId);
//tried the following but didn't work
$query->setQuery('imgmax=800');
$query->setImgMax("800u");
What is the correct syntax in order to use the imgmax query parameter
with the zend_gdata_photos_albumQuery?
miguel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums 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-picasa-data-api?hl=en
-~----------~----~----~----~------~----~------~--~---