On Wed, 07 May 2008 10:40:30 -0700, Jeff Fisher (Google) wrote:
> String feedUrl = "http://picasaweb.google.com/data/feed/api/user/ > default/albumid/5124689657261671361"; > > AlbumFeed feed = service.getFeed(new URL(feedUrl), AlbumFeed.class); > > > for(PhotoEntry entry : feed.getPhotoEntries()) { > System.out.println(entry.getTitle().getPlainText()); > System.out.println(entry.getMediaThumbnails().get(0).getUrl()); > } Does this approach work with http://www.google.com/reader/ ? -Thufir --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data Protocol" 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-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
