michaelhelmick / python-flickr

A Python Library to interface with Flickr REST API, OAuth & JSON Responses
39 stars 14 forks source link

changed all endpoints to SSL #9

Closed morozgrafix closed 10 years ago

morozgrafix commented 10 years ago

Flickr has enabled SSL on all of the API endpoints and later this year Flickr will be switching to SSL only endpoints. Source of the information: http://code.flickr.net/2014/02/24/new-ssl-endpoints-for-the-flickr-api/ Didn't see any issues while running my tests.

Thanks,

Sergey.

michaelhelmick commented 10 years ago

Awesome, thanks! I'll try and get a version out Monday. Sorry about slacking! :(

morozgrafix commented 10 years ago

Thanks Mike! Maybe it will fix issue #8 at that same time. I've experienced it in the past as well.

michaelhelmick commented 10 years ago

python-flickr 0.3.1 is available on pip. Sorry about the wait!

morozgrafix commented 10 years ago

Awesome! Thanks Mike.