Slogger icon indicating copy to clipboard operation
Slogger copied to clipboard

Preparing flickrlogger.rb for Flickr SSL-only change

Open Technodad opened this issue 10 years ago • 3 comments

Flickr has announced that the APIs will only be accessible via SSL as of June 27th, with SSL-only blackout dates starting June 3rd.

Has anyone updated and tested flickrlogger.rb for this? (Looks like a one-character change in line 72.)

Technodad avatar May 26 '14 18:05 Technodad

I'll have to look into this. Shouldn't be a big deal, but different versions of Ruby can be a pain with SSL.

On 26 May 2014, at 13:35, David Lounsbury wrote:

Flickr has announced that the APIs will only be accessible via SSL as of June 27th, with SSL-only blackout dates starting June 3rd.

Has anyone updated and tested flickrlogger.rb for this? (Looks like a one-character change in line 72.)


Reply to this email directly or view it on GitHub: https://github.com/ttscoff/Slogger/issues/307

ttscoff avatar May 26 '14 20:05 ttscoff

There's probably more to it than this, but simply changing http: to https: on line 72 of flickrlogger.rb has worked successfully for me as a workaround to this issue.

jannae avatar Jun 15 '14 16:06 jannae

I think we can close this as it was fixed with 2713b750865f87438da43648a0268fafb628488a

drallgood avatar Aug 06 '14 16:08 drallgood