can't access rflickr methods

Hi all,

I have some trouble using rflickr. I can instantiate a flickr object but not use its methods:

this works: flickr = Flickr.new this doesn't work: sets = flickr.photosets.getList

That's the error mesage I get: undefined method `photosets'

I simply copied rflickr to the vendors dir. Was that OK ?

Any ideas ?