search for: flickraw

Displaying 2 results from an estimated 2 matches for "flickraw".

Did you mean: flickr
2009 Feb 09
0
flickraw: flickr.tags.getListUserRaw
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. -- Posted...
2008 Dec 09
2
Rails and Ruby behind proxy
Hi there, I''ve a little problem. On my code, I use the flickraw gem. On the application.rb there is a require ''flickraw'' who create a new instance, and for that need to pass the net. It works at home, but in my office we have a proxy, and when I launch webrick I have an error saying that I''m behind a proxy :(. Does anyone have an i...