Hi,
I am going to be storing the photoID and albumID if photos locally.
What's the best approach to get the URL of a thumbnail / content
photo? If i do the following:
GET
http://picasaweb.google.com/data/feed/aapi/user/<user>/albumid/<albumID>/photoid/<photoID>
I dont seem to get anything useful.
However, if I do a:
GET
http://picasaweb.google.com/data/feed/aapi/user/<user>/albumid/<albumID>?kind=photo&thumbnail=72
That get's me a huge list of images (with thumbnail URLs) - obviously
only 1 of these is the one i'm interested in so is a waste to get the
entire list. Is there a way I can filter this feed by photo id?