Announcing DPZFlickr – a new PHP library for Flickr

Last week, Flickr officially deprecated their old Authentication API and are now only formally supporting the new OAuth authentication flow. I’ve got a number of Flickr apps that need updating,  but the PHP library I’ve been using for years seems to no longer be being actively maintained and hasn’t had OAuth support added. So, I decided it was time to bite the bullet and build my own library, from the ground up, that supports the new authentication flow.

So, this post is to announce DPZFlickr. It was all put together rather quickly, but it seems to work just fine and so I’m sharing it with the world – I’m sure there are other folk out there who would find it useful.

You can find it over on github. All feedback welcome.