The App GardenCreate an App API Documentation Feeds What is the App Garden? |
Photo Tags
A photo can have zero or more tags. Each tag has a bunch of fields returned for your use:
<tag id="1234" author="12037949754@N01" raw="woo yay">wooyay</tag>
id | The unique id for this tag on this photo. This can be used when deleting a single tags using the flickr.photos.removeTag method. |
author | The NSID of the user who added the tag. This might not be the same NSID as the photo owner. |
raw | The 'raw' version of the tag - as entered by the user. This version can contain spaces and punctuation. |
tag-body | The 'clean' version of the tag - as processed by Flickr. This version is used for constructing urls. |