Search code examples
ruby-on-railsruby-on-rails-3flickr

flickr gem rails 3


In your opinion, what's the best gem for the Flickr API compatible with Rails 3 ?

I just need some basic functions to retrieve some photos based on web page urls for a given size.

Thank you, Nicolas.


Solution

  • I just started using the flickraw gem and it's fantastically simple and worked with little to no trouble. The syntax is identical (or very close to) the flickr API, and I had no problems with the shared secret authentication, using the example provided in the docs.