Hi,
i want to get the list of tag from a photo that i get from the
comunity search.I read this:

URL feedUrl = new
URL("https://picasaweb.google.com/data/feed/api/user/username/albumid/
albumid/photoid/photoid?kind=tag");

AlbumFeed searchResultsFeed = myService.query(feedUrl,
AlbumFeed.class);

for (TagEntry tag : searchResultsFeed.getTagEntries()) {
    System.out.println(tag.getTitle().getPlainText());
}

but the photo is not mine and i don't know how to get the username.
>From the photo i con get the id and albumid but not the username.
I don't know if this is the right way or if i can get the tags
directly.

Thanks

-- 
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 google-picasa-data-api@googlegroups.com.
To unsubscribe from this group, send email to 
google-picasa-data-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-picasa-data-api?hl=en.

Reply via email to