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
-~----------~----~----~----~------~----~------~--~---