Yes, querying the photo feed is one way of doing this. If the photo would
have any comments on it, the photo feed would return them as comment entries
('kind=comment' is the default).
You can also get a list of tag entries by adding the query parameter
"kind=tag".

In order to just pull a single photo with all its meta-data, you would use
the entry feed:
http://picasaweb.google.com/data/*entry*
/api/user/default/albumid/123456/photoid/654321

The entry feed URLs are contained as self or edit links in each photo entry
returned as part of an album feed.

On Fri, Feb 26, 2010 at 4:25 AM, AC <[email protected]> wrote:

> I am able to get a photo using the following Java code.
>
> URL photoUrl = new URL("http://picasaweb.google.com/data/feed/api/user/
> default/albumid/123456/photoid/654321<http://picasaweb.google.com/data/feed/api/user/%0Adefault/albumid/123456/photoid/654321>
> ");
> PhotoFeed pFeed = service.getFeed(photoUrl, PhotoFeed.class);
>
> PhotoFeed does not contain any entries but it has all the info about
> the photo. I am using version gdata 1.40.3.
>
> On Feb 19, 10:54 am, Zabbi <[email protected]> wrote:
> > Hi,
> > can someone help me please getting a single photo by its ID and album
> > ID.
> > I only get the whole 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.

Reply via email to