Flickr gem rails 3

In your opinion, what is the best stone for the Flickr API compatible with Rails 3?

I just need some basic functions to extract some photos based on the URLs of web pages for a given size.

Thanks, Nicolas.

+3
source share
1 answer

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

+7
source

Source: https://habr.com/ru/post/1774424/


All Articles