Displaying 1 result from an estimated 1 matches for "flickerapi".
2006 Jul 21
1
What''s wrong with this code?
I''m trying to interface with the flickr API to pull my photos into my
site. I don''t want to use the "flickr.rb" gem, I''d like to do it the
other way so I can learn (plus I had trouble loading the gem on my
server). Anyway, here''s what I have:
#Application.rb controller
def get_response(path, http)
request = Net::HTTP::Get.new(path)