Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 2    Views: 172

ehwright
Aspiring developer
Profile
Posts: 57
Reg: Feb 21, 2012
Perth
2,370
05/12/14 11:51 PM (10 years ago)

Flickr Plugin

I set up a new flickr screen on an app today and all I got was blank screens. After some hair pulling out, I copied the url from the output on Xcode's log cat and pasted it on a browser, I then got an SSL error. I went back into the code, and added the 's' onto the http in all the links, and it worked again. I Have used the plugin before and it worked, so obviously flickr have gone and made some changes…..
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
05/13/14 12:11 AM (10 years ago)
Yes, Flickr sent out an email about three days ago. I meant to post in the forum. Here is the info: Flickr API Going SSL-Only on June 27th, 2014 We'll be updating the blog with information as we get close to the switchover date, but here's the most important info: New API keys will be issued for HTTPS access only: as of 6 May 2014 First blackout test window: 3 June 2014, 10:00-12:00 Pacific Daylight Time (PDT) Second blackout test window: 17 June 2014, 18:00-20:00 (PDT) Non-SSL API deprecated: 27 June 2014, 10:00 (PDT) During the blackout tests and after the 27th of June, calls to the Flickr API that are not over SSL will fail with an HTTP error code 403. We will also return an error message with (Flickr) code 95 and msg "SSL is required". Here are example error responses: XML (REST): <?xml version="1.0" encoding="utf-8" ?> <rsp stat="fail"> <err code="95" msg="SSL is required" /> </rsp> JSONP: jsonFlickrApi({ "stat": "fail", "code": "95", "message": "SSL is required" }) JSON: { "stat": "fail", "code": "95", "message": "SSL is required" }
 
trouty
I hate code!
Profile
Posts: 338
Reg: Mar 26, 2013
London Outskirt...
4,830
like
05/13/14 01:11 AM (10 years ago)
Hmm, what does this mean for current API calls then? Presumably we'll need to re-do them. Blast if i can remember how i did that shizzle!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.