Hello Everybody, I'm writing an app in JAVA.
I'm getting a list of all photoentries from an album.I need to store an identifier for every PhotoEntry, and then being able to get the photoentry by that identifier. Is there way to do this? What I am doing now is: - Geting an id from the list of photoentries: photo.getId(). - Then I store this Id for later retrieval: getPicture(id) - GetPicture does: PhotoFeed photoFeed = service.getFeed(new URL(id), PhotoFeed.class); But all i can get is a photofeed, and not a phooentry. Thanks. -- 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.
