Hi,

If you still havent solved this yet you could try

PhotoQuery query = new PhotoQuery(
                PicasaQuery.CreatePicasaUri(userId, albumId));

This return a query feed to all pictures in that album

Note. PicasaQuery.CreatePicasaUri is overloaded so you could also use
this to get specific pictures as well.

Anders

On 28 Okt, 08:45, Vernoster <[email protected]> wrote:
> 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=.


Reply via email to