Consider this early BETA
Available for trial via the maxmods SVN, is BaH.Flickcurl, a module to access the Flickr APIs. It provides functions for photo/video uploading, browsing, searching, adding and editing comments, groups, notes, photosets, categories, activity, blogs, favorites, places, tags and photo, video metadata.
Requirements
Lots of them :-p
BaH.Libxslt
BaH.Libxml
BaH.libcurlssl
BaH.Raptor
The first three have been available for quite some time. Raptor is currently a minimal wrap of the Raptor RDF Parser Library. All available from the same SVN repository.
If you intend trying out the examples, you should take a look here : http://librdf.org/flickcurl/api/flickcurl-auth-register.html
It describes how to get your own API keys.
Once you get the API key and Shared Secret, you need to "Edit key details", set the auth mode to Mobile/Read, and then open the provided URL in your browser. (see http://librdf.org/flickcurl/api/flickcurl-auth-authenticate.html ).
The subsequent 9-digit number is the third key (frob) you'll need to provide the api.
Once the app is authorised, it should be plain sailing from there :-)
Currently tested on Mac and Win32. Both working here.
(note OpenSSL requirements for libcurlssl on Win32).
It's still a WIP, but it appears functionally useful ;-)
Available for trial via the maxmods SVN, is BaH.Flickcurl, a module to access the Flickr APIs. It provides functions for photo/video uploading, browsing, searching, adding and editing comments, groups, notes, photosets, categories, activity, blogs, favorites, places, tags and photo, video metadata.
Requirements
Lots of them :-p
BaH.Libxslt
BaH.Libxml
BaH.libcurlssl
BaH.Raptor
The first three have been available for quite some time. Raptor is currently a minimal wrap of the Raptor RDF Parser Library. All available from the same SVN repository.
If you intend trying out the examples, you should take a look here : http://librdf.org/flickcurl/api/flickcurl-auth-register.html
It describes how to get your own API keys.
Once you get the API key and Shared Secret, you need to "Edit key details", set the auth mode to Mobile/Read, and then open the provided URL in your browser. (see http://librdf.org/flickcurl/api/flickcurl-auth-authenticate.html ).
The subsequent 9-digit number is the third key (frob) you'll need to provide the api.
Once the app is authorised, it should be plain sailing from there :-)
Currently tested on Mac and Win32. Both working here.
(note OpenSSL requirements for libcurlssl on Win32).
It's still a WIP, but it appears functionally useful ;-)