hanklords / flickraw

Ruby library to access flickr api.
http://hanklords.github.com/flickraw/
MIT License
507 stars 98 forks source link

Flickr API Going SSL-Only on June 27th, 2014 #74

Closed entity1991 closed 10 years ago

entity1991 commented 10 years ago

I have received mail from flickr dev center about API changes. Details you can find follow the link http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/. Will this gem continue to work after June 27th? Thanks.

nitoyon commented 10 years ago

It looks https endpoints are used by default on v0.9.8 (see 339f1420fc1c9fe7811256e6a22e36ef52f5f616 for details).

Before v0.9.7, FlickRaw.secure = true will enable https endpoints.