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 forgot to add 7 characters to the function definition. Line 1085 in phpFlickr.php should be changed from:
function photosets_getPhotos($photoset_id, $extras)
to:
function photosets_getPhotos($photoset_id, $extras = NULL)
Sorry for the inconvenience.
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 […]