There are feeds (representing collections of items) and entries (the items) in the Picasa Web Data API. What you are looking for is an album entry request, which returns all metadata for a single album. Just replace the term "feed" in your URL with "entry" and leave off all query parameters: http://picasaweb.google.com/data/entry/api/user/default/albumid/5427008911300765729<http://picasaweb.google.com/data/feed/api/user/default/albumid/5427008911300765729?max-results=1&kind=album>
If you need the data for all of your albums you can request the user feed which will contain all album entries: http://picasaweb.google.com/data/feed/api/user/default?kind=album<http://picasaweb.google.com/data/feed/api/user/default/albumid/5427008911300765729?max-results=1&kind=album> On Mon, Feb 1, 2010 at 6:38 AM, Genius_kld <[email protected]> wrote: > does anyone know how to get an album accessor/Do Query for one > specific > album? > > -- > 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.
