In the last few days I released Version 1.17 of my Flickcurl C library interface to the Flickr API. It has new complete support for three new recent sets of new APIs.
Added 15 new functions for the new Stats API calls announced 2010-03-03:
flickr.stats.getCollectionDomains,
flickr.stats.getCollectionReferrers,
flickr.stats.getCollectionStats,
flickr.stats.getPhotoReferrers,
flickr.stats.getPhotosetDomains,
flickr.stats.getPhotosetReferrers,
flickr.stats.getPhotosetStats,
flickr.stats.getPhotostreamDomains,
flickr.stats.getPhotostreamReferrers,
flickr.stats.getPhotostreamStats,
flickr.stats.getPopularPhotos and
Added 8 new functions for the new People and "photos of" people API calls announced 2010-01-21:
flickr.photos.people.deleteCoords,
flickr.photos.people.editCoords and
Added 3 new functions for the new, unannounced (and seems incomplete) Gallery API calls:
flickr.galleries.getListForPhoto .
Updated the flickcurl(1)
to support the new gallery,
people photos and stats API calls.
See the Release Notes for full details.
Get it at: http://download.dajobe.org/flickcurl/flickcurl-1.17.tar.gz (GPL2 / LGPL2 / Apache2.)
This is what I do for fun between releasing Redland RDF libraries more of which soon...