FYI we are going to be moving further away from canonical titles in the API moving forward so you *should* be using the albumid URLs or your code may break again.
Cheers, -Jeff On Wed, Jan 7, 2009 at 6:27 AM, Frank Mantek <[email protected]> wrote: > > I am sorry to hear that. This change was suggested by our support > folks, and in hindsight i should have left the old code in there just > for ease of use... > > Do you want me to get the old function in as well? > > Frank Mantek > Google > On Dec 22, 2008, at 10:49 PM, senloe wrote: > > > > > Thanks, I always love new versions, but one comment on the following: > > > >> • Fixed bug 194. CreatePicasaUri was confusing because it > >> used the > >> albumname as a parameter compared to an albumid. Changed to now use > >> an > >> AlbumID. > > > > Was this such an issue? The change broke my current code (and the code > > in .NET documentation). > > I was able to get around it by dropping the CreatePicasaUri call and > > creating it myself, but it wasn't so obvious at first. Perhaps someone > > else will find this useful: > > > > string albumUrl = "http://picasaweb.google.com/data/feed/api/user/ > > default/album/" + album; > > // PhotoQuery query = new PhotoQuery(PicasaQuery.CreatePicasaUri > > ("default", album)); > > PhotoQuery query = new PhotoQuery(albumUrl); > > > > thanks, > > steve > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
