done by Chris
CFlickr is an API Kit for Coldfusion, it wraps the Flickr's REST API making it even easier to use within your CFML code. The autor was inspired to write CFlickr after using the Java Flickr library FlickrJ from within Coldfusion. Whilst this worked well under most circumstances it was not convenient to use in a shared hosting environment due to the installation of the class files in the servers classpath. So he decided to write CFlickr in 100% native CFML, which can be used without any dependencies. It should work with versions CFMX6.1 and later.
visit website

