On Dec 18 2007, 4:41 pm, "Ryan Boyd (Google)" <api....@google.com>
wrote:
What feed are you retrieving? Are you coding it by hand against the
XML, or are you using one of the client libraries?
I'm after the same data and am hand-coding scripts in PHP to parse the
XML data into arrays. However, all I see in the XML is:
<exif:tags/>
Is there something I need to add to the URL I'm using to specifically
request EXIF data? This is the sort of URL I'm currently using:
http://picasaweb.google.com/data/feed/api/user/<my user ID here>?
kind=photo&access=public&q=<a tag I'm looking for>
I have tried:
&thumbsize=144,288
&thumbsize=d
&imgmax=d
...on the end of the URL, as per the Reference Guide, but the EXIF
stubbornly refuses to appear in the XML.