Category

Archive for the 'Uncategorized' Category

phpFlickr 2.2.0, at long last!

I'm still alive! Hooray! This new version of phpFlickr is all up to date with the brand new API calls. You know the drill… Download it at the SourceForge download page and try it out today.

Examples broken

I was upgrading the blog to WordPress 2.3 and the examples broke. I'll get those up soon, I promise.
Update: They're working again.

Version 2.1.0 Released!

This new version of phpFlickr has a few bug fixes, as well as an up-to-date method list. You'll also find that buildPhotoURL supports the new syntax for photo URLs, including the new originalsecret property and the new farm property. If you find any bugs, feel free to leave a comment here and I'll […]

Possible Upload Errors

In case you're not on the Flickr API mailing list, some people are seeing a "Filesize 0" error when trying to upload photos.  Apparently all calls from a specific python wrapper are failing.  A few minutes ago, I tested uploading a photo with phpFlickr and I didn't see a problem, but I thought I would […]

Updated Examples

I've updated all of the examples to work with version 2.0.0 of phpFlickr.

So much spam!

I've just stuck some spam filtering code into the contact form on this site.  If it rejects any valid emails, leave me a comment and I'll try to fix the problem.

phpFlickr Version 2.0.0 released!

I've just put out the most significant update to phpFlickr ever.  It may very well break your current app.  I knew that just switching to the serialized php might introduce some differences, so I went ahead and cleaned up some mistakes I made back when I put out version 1.0.  Be sure to thoroughly test […]

phpFlickr 2.0 coming soon!

Flickr has just released the serialized PHP format for API responses.  This means that I can finally eliminate the troublesome XML parsers.  It will very likely break any apps if you try to upgrade without doing any modifications which is why I'm moving up to version number 2.0.
The good news is that it should run […]

Version 1.6.1: Less is More

I decided to push out two quick changes.

phpFlickr is now officially licensed under the Lesser GPL. This means that you can now distribute it with your own projects, even if they aren't licensed under the GPL. I know that there are people who haven't been including phpFlickr with their projects for this very […]

phpFlickr 1.6 (final). Geocoding included.

I just put up the file released for 1.6. You'll notice that I've got all of the new methods in there, including the comment and geocoding API methods.
Just a couple of notes:

The photos_getWithGeoData() and photos_getWithoutGeoData() functions use the same style of arguments as photos_search(). That is to say that you need to […]