flickr 宝石导轨 3
在您看来,与 Rails 3 兼容的 Flickr API 最好的 gem 是什么?
我只需要一些基本功能来根据给定尺寸的网页网址检索一些照片。
谢谢你, 尼古拉斯.
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚开始使用 flickraw gem,它非常简单,并且几乎没有任何问题。语法与 flickr API 相同(或非常接近),并且使用文档中提供的示例,我对共享秘密身份验证没有任何问题。
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.