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");
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].
For more options, visit this group at
http://groups.google.com/group/google-picasa-data-api?hl=en.