Hello
I'm trying to retrieve all pictures from all albums.
I'm possibly missing something
Is this possible ?
[code]
$gp = new Zend_Gdata_Photos(self::$client, "Google-
DevelopersGuide-1.0");
$query = $gp->newPhotoQuery();
$query->setUser($this->username);
$albumFeed = $gp->getPhotoFeed($query);
foreach ($albumFeed as $albumEntry) {
echo $albumEntry->title->text;
}
[/code]
Thank you.
--
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.