blog.lukhnos.org

ObjectiveFlickr 2.0, a Flickr API framework for Mac and iPhone

I'm happy with the work on the rewrite. I'll write more about this. For now:

ObjectiveFlickr is a Flickr API framework written in Objective-C, designed for both Mac and iPhone app development.

Version 2.0 is a complete rewrite aiming to target different Apple platforms/SDKs and to simplify class interface design. This version also comes with an example iPhone app that demonstrates how to perform app auth and upload photos on iPhone or iPod Touch. An example Mac app and a command line example app are also supplied.

The README contains instructions on how to embed the framework in your Mac or iPhone app project, how to use the framework to call Flickr API, how to design the auth process, and how to read out the API response.

ObjectiveFlickr is an open source software released under the MIT License. The project is no longer hosted on Google Code. It is now hosted on github at:

http://github.com/lukhnos/objectiveflickr

Feedbacks and patches are welcome and appreciated. If your app uses the framework, I'd love to hear from you too!