Thanks so much On Wed, Feb 2, 2011 at 3:11 AM, Misha Lytvynyuk <[email protected]> wrote:
> U have to authenticate in order to receive any private and unlisted album, > just simple like that. > > On Mon, Jan 31, 2011 at 8:17 AM, salmaan <[email protected]> wrote: > >> Hi, >> i am working on an application and using picasa api . As i want to >> retrieve the name of private album with the code given below i only >> can retrieve the public album only , i want public as well as private >> album name...waiting for the reply as i am working in c# .net windows >> form >> ======================================== >> >> PhotoQuery query = new >> PhotoQuery(PicasaQuery.CreatePicasaUri(username)); >> query.NumberToRetrieve = 10; >> PicasaFeed feed = service.Query(query); >> >> foreach (PicasaEntry entry in feed.Entries) >> { >> Messagebox.Show(entry.Title.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]<google-picasa-data-api%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-picasa-data-api?hl=en. >> >> > > > -- > http://ektarphotostock.com - My Photo Stock > http://ektarphoto.com - My Photographic Portfolio > http://riahut.com - Place where rich internet applications live > http://picasafx.com- Picasa on Flex > http://mobilemodding.info - Everything About Mobile Gadgets > > http://www.facebook.com/pages/Ottawa-ON/Misha-Lytvynyuk-Photography/79288555508- > My Facebook Page > > -- > 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]<google-picasa-data-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-picasa-data-api?hl=en. > -- 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.
