Hi, I would like answers only regarding JAVA api.
So I have a list of PhotoEntry from Albumfeed, after I've done the
query and I extract data from them.
But I can't find how to get the URL (and not the thumbnail).
I want the URL to show the image to the original size.
For example
for (PhotoEntry photo : albumfeed.getPhotoEntries() ) {
System.out.println(photo.getMediaThumbnails().get(2).getUrl());
System.out.println(photo.getTitle().getPlainText());
System.out.println(photo.getDescription().getPlainText());
}so is there a function for url, because I can't find it thank you in advance! -- 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.
