Hi

Thank for your positive reply!

Your understnding is right.

My code is as under pls check!

Dim feed As PicasaFeed = myService.Query(Aquery)

            Dim count As Integer = 0
            Dim enTry As PicasaEntry
            For Each enTry In feed.Entries
                ac = New AlbumAccessor(enTry)
                al.AlbumHeader(count) = feed.Icon.Uri.ToString()  '
Hear I try to get Header image
                al.AlbumName(count) = ac.AlbumTitle.ToString()
                al.AlbumId(count) = ac.Id
                count = count + 1
            Next
            Return al


Is anything wrong?

On Nov 5, 3:17 am, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
wrote:
> Maybe we're talking about different things, but my understanding is
> you want the album cover that is displayed when the user is looking at
> all of their albums. I am able to get this correctly from the feed
> <icon>:
>
> 1. I retrieve the 
> feed:http://picasaweb.google.com/data/feed/api/user/test.jfisher/album/Lol...
> 2. I extract the 
> icon:http://lh5.ggpht.com/_sE7VpSpH17Q/SI4jmlkNUFE/AAAAAAAABtU/cZmGxQoxGxc...
> 3. This is different than the user 
> icon:http://lh3.ggpht.com/_sE7VpSpH17Q/AAAA2X2Bow4/AAAAAAAABs4/BgtvqyHdniI...
>
> Cheers,
> -Jeff
>
> On Nov 3, 8:43 pm, FireBird <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi
>
> > I try album feed like this:
>
> > feed.Icon.Uri.ToString()
>
> > but it is return User's photos not all album's header image.
>
> > -Me.
>
> > On Nov 4, 12:05 am, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
> > wrote:
>
> > > Hi,
>
> > > It is in the <icon> element of an album feed.
>
> > > Cheers,
> > > -Jeff
>
> > > On Nov 3, 2:20 am, "Me." <[EMAIL PROTECTED]> wrote:
>
> > > > Hi
>
> > > > I want to get album header image, please tell me how to get it ?
>
> > > > -Me- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

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

Reply via email to