In case you aren't on the Flickr API mailing list and you've been itching to use the new collections feature in your API application, Eric Costello responded to someone asking when "collections" will be available in the API:
Probably months. Could be sooner, but we have a whole lot of higher priority things going on right […]
I just upgraded this site to WordPress 2.1 and I repaired the documentation and forums. Please report any further problems you have with the website via my contact form. Because my policy of letting people sign up willy nilly had been abused, I have restricted registration now. If you would like to […]
I've just put up version 1.5.2 of my class up on SourceForge. This version fixes a minor bug in contacts_getList() and contacts_getPublicList. It also adds the new privacy_filter argument to photosets_getPhotos. If neither of these affects you, there isn't much reason to update.
If you see any API methods or arguments that I […]
I've just released version 1.5.1 of phpFlickr. This implements the new flickr.photos.comments.getList method. You can finally display your photos' comments on your site, if you so desire. The function name is, of course, photos_comments_getList().
I've just transferred phpFlickr.com to a new server. This is a dedicated server and should prove to be much more stable than the hosted virtual server I was using.
I've just posted version 1.5 of phpFlickr for download. In this version, you'll find a few new methods. I've implemented the flickr.groups.search method (which I was somehow missing), in addition to the ability to use HTTP Proxy servers with the "setProxy('proxy', 'port')" method. Another exciting feature is the ability to support 23 […]
I've just upgraded to Wordpress 2.0. I seem to be having problems with my examples and documentation. I'll try to work that out as soon as possible. Other than that, it's working great.
Update: I've got the examples back up and running. I don't have the docs up yet. Most of the information in there is […]
I've just posted phpFlickr version 1.4.2. This release fixes several bugs for Windows users (thanks to Allan Larsen). I'm also happy to mention that Flickr has released their photo deletion API call to the public. You can now use the photos_delete(photoid) function to delete a photo. Obviously, you should do this […]
You can now go to the download page at SourceForge to get the newest version of phpFlickr. This version fixes a few bugs, including the bugs that were causing PHP notices.
Important: The devs at Flickr have added a parameter to the flickr.groups.pools.getPhotos method. To keep in line with their documentation, I had to stick it […]
The awesome guys at Flickr just added options to the "sort" parameter of the flickr.photos.search method that allow you to sort by "Interestingness". Right now, this is undocumented on their site but it should be out some time on 10/21. In case you want to start using this right away, if you specify […]