The picasaweb developers guide at: http://code.google.com/apis/picasaweb/developers_guide_java.html is very useful, but has a minor typo in the code example under working with photos>list photos in album:
URL feedUrl = "http://picasaweb.google.com/data/feed/api/user/ username/albumid/albumid"; should be URL feedUrl = new URL("http://picasaweb.google.com/data/feed/api/user/ username/albumid/albumid"); --~--~---------~--~----~------------~-------~--~----~ 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 Google-Picasa-Data-API@googlegroups.com To unsubscribe from this group, send email to google-picasa-data-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Picasa-Data-API?hl=en -~----------~----~----~----~------~----~------~--~---