Dave Beckett

Flickcurl C API to Flickr 1.17 Released

2010-03-08 17:36

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.getPhotoDomains,

flickr.stats.getPhotoReferrers,

flickr.stats.getPhotosetDomains,

flickr.stats.getPhotosetReferrers,

flickr.stats.getPhotosetStats,

flickr.stats.getPhotoStats,

flickr.stats.getPhotostreamDomains,

flickr.stats.getPhotostreamReferrers,

flickr.stats.getPhotostreamStats,

flickr.stats.getPopularPhotos and

flickr.stats.getTotalViews.

Added 8 new functions for the new People and "photos of" people API calls announced 2010-01-21:

flickr.photos.people.add,

flickr.photos.people.delete,

flickr.photos.people.deleteCoords,

flickr.photos.people.editCoords and

flickr.photos.people.getList,

flickr.people.getPhotosOf.

Added 3 new functions for the new, unannounced (and seems incomplete) Gallery API calls:

flickr.galleries.addPhoto,

flickr.galleries.getList and

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...