I foud solution:
        private string GetLastUserAlbumId()
        {
            AlbumQuery query = new 
AlbumQuery(PicasaQuery.CreatePicasaUri("default"));
            PicasaFeed feed = service.Query(query);
            PicasaEntry entry = (PicasaEntry)feed.Entries[0];
            return new AlbumAccessor(entry).Id;
        }
It looks like working )

-- 
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-picasa-data-api/-/OIWm3r9nRrAJ.
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.

Reply via email to