For some reason the PicasawebService returns instances of GphotoEntry
instead of AlbumEntry.
This is the code that i use to retreive the albums:
URL feedUrl = new
URL("https://picasaweb.google.com/data/feed/api/user/${username}?kind=album");
logger.debug "retrieve albums for user ${username} with url ${feedUrl}"
UserFeed userFeed = picasaWebService.getFeed(feedUrl, UserFeed.class);
for (AlbumEntry albumEntry in userFeed.getAlbumEntries()) {
}
Does anybody knows what the problem is?
--
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.