Flickcurl is a C library for the Flickr API, handling creating the reqeuests, signing, token management, calling the API, marshalling requests parameters and decoding responses.
Flickcurl project uses libcurl to call the REST web service and libxml2 to manipulate the XML responses. The current version supports part of the API (see Flickcurl API coverage) primarily the functions for reading photo, people and tags description, sufficient for me to play with machine tags and RDF descriptions.
Product's homepage
Requirements:
· libcurl
· libxml2
· raptor
What's New in This Release: [ read full changelog ]
· Fixed a memory leak when building photo list results. Patch from Naruto TAKAHASHI - thanks.
· flickcurl_photos_setPerms() now allows false boolean permissions. Patch from Henning Spruth - thanks.
· flickcurl_photosets_getPhotos_params() now works again.