Slogger
Slogger copied to clipboard
Preparing flickrlogger.rb for Flickr SSL-only change
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.)
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
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.
I think we can close this as it was fixed with 2713b750865f87438da43648a0268fafb628488a