Subject: | Unsupported fields in Flickr::API::Photos |
The Flickr::API::Photos->getInfo method does not recognise the following
values that may be returned from flickr:
* urls
* location
* geoperms
This XML fragment demonstrates an example set of tags:
<location latitude="-37.805973" longitude="144.955404" accuracy="16"/>
<geoperms ispublic="1" iscontact="0" isfriend="0" isfamily="0"/>
<urls>
<url type="photopage">http://www.flickr.com/photos/pfenwick/375426681/</url>
</urls>
Using Flickr::API::Photos to fetch information about images that contain
this information results in a message:
How odd, I don't know anything about an 'urls'element... Ignoring it.
from Flickr::API::Utils::auto_parse()
It would be wonderful to see support for these new fields, or for them
to be silently ignored in normal operation.