Hi All,
I am trying to get a list of pictures using Picasa .NET API. I issue a
search by keyword and it works fine.
For each picture, I want to retrieve the name of the album. The ID of
the album comes back with search results as property of each picture.
Here's a snippet:
Dim objAlbumQuery As AlbumQuery = New _ AlbumQuery("http://
picasaweb.google.com/data/feed/api/all")
objAlbumQuery.Query = objPhotoAccessor.AlbumId
Dim albumFeed As PicasaFeed = _picasaService.Query
(objAlbumQuery)
This does not work... I can't find a way to make an Album query by ID.
Any suggestions?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---