The 1.0.0 version of the flickr.rb module (by Scott Raymond) has a bug in it (reported in wonko’s blog). The cure is to edit the flickr.rb file and replace the hard coded api_key parameter in the initialize method with your own Flickr API key.
Here is the Ruby Flickr sample made to run in my site.
I’ve noticed that I started getting timeouts after testing my Ruby connection to Flickr. This timeout problem was fixed after a few hours on its own. Perhaps Flickr has a limit on how often you can call its web services.
