Search code examples
resthttpsflickr

Flickr API request over HTTPS, is it possible?


After migration to https we had a problem with the flickr-api. Cannot find whether the Flickr supports rest over https?

We expect to make this kind of request which works fine over http and no way over https.

https://api.flickr.com/services/rest/?format=json&sort=interestingness-desc&method=flickr.photos.search&tags=Italy&tag_mode=all&api_key=<key>

Any help please or advise?


Solution

  • You can simply replace: http://api.flickr.com/services with: https://secure.flickr.com/services

    Taken from Here

    **** Update ****

    As Michael pointed out, the URL has changes and it's now - https://api.flickr.com/services