Hi I am trying to get album using id, but i am not success,
it is return this path http://picasaweb.google.com/data/feed/api/user/[EMAIL PROTECTED]/albumid/5259588107181240961?kind=album and the code i am using is this: PhotoQuery PQuery = new PhotoQuery(); string MyQuery = "http://picasaweb.google.com/data/feed/ api/user/"; MyQuery = MyQuery + p + "/albumid/" + Session["gblalbumId"]; PQuery.KindParameter = "album"; Uri u = new Uri(MyQuery); PQuery.Uri = u; PicasaEntry pe = myService.Get(PQuery.Uri.ToString()) as PicasaEntry; Response.Write(pe.Feed.Entries.Count); On Oct 21, 4:41 pm, DOH <[EMAIL PROTECTED]> wrote: > I don't know whether my tutorial will be of any use to > youhttp://sites.google.com/site/philandjudes/tutorials-1/photogallery, > but it does give examples of accessing the ID's using JSON. > > On Oct 21, 11:23 am, "Me." <[EMAIL PROTECTED]> wrote: > > > > > Hi > > > I am not able to access albumid and PhotoId. I got both of it but how > > to use it? > > > I have take photos album wise using album name , but i want to get > > photos using albumid and photoId, > > > Help me pls...,- 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 -~----------~----~----~----~------~----~------~--~---
