Hi!
I need to call the flickr.tags.getListUserRaw API method
(http://www.flickr.com/services/api/flickr.tags.getListUserRaw.html)
with the flickraw gem.
Unfortunately there is no documentation how to authenticate and then
call the method. Just calling flickr.tags.getListUserRaw doesn't work,
although flickr.tags.getListUser does work.
I set my FlickRaw.api_key and FlickRaw.shared_secret ... how do I go
about now?
Thanks.