Files | Admin

Notes:

Release Name: 0.9.4

Notes:
ObjectiveFlickr is a minimalistic Flickr API library. This version fixes a serious defect in passing arguments that contain CJKV or other characters that need URL-escaping.


Changes: 2007-01-08 (0.9.4): * Fixed a serious defect where API parameters, such as search text, must be URL-escaped. There's a catch if you tried previously to use CGI.escape to work around, though: Flickr's API signature string must not be *escaped* before the string is MD5-checksummed. Now everything should work fine. Pass a few CJKV or HTML entity characters to see how it goes!