Flickr.rb 1
I had been working with the flickr api for a while. I took a break from working with the api and returned to it just yesterday to discover that my api account had expired!? Some other people have had the same problem apparently.
As it turns out, there is in fact a bug in the Flickr.rb library.
Looks like some working through the flickr.rb library for me!
Trackbacks
Use the following link to trackback from your own site:
/blog/articles/trackback/68

The fix was simple – just go into the flickr.rb library and change the flickr.new(old, bad key) to flickr.new(key provided to you by flickr). Tada!