mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #22749
[Bug 1397068] Re: Flickr API now requires use of https for endpoint
Hello Darren,
Thank you for your patch. I'll ask a developer to put it into our code
review system https://reviews.mahara.org
In future, if you wish to submit other patches, you are welcome to do it
directly into the review system. See
https://wiki.mahara.org/index.php/Developer_Area/Contributing_Code for
more information.
Cheers
Kristina
** Changed in: mahara
Status: New => In Progress
** Changed in: mahara
Importance: Undecided => Medium
** Changed in: mahara
Assignee: (unassigned) => Darren James Harkness (darren-athabascau)
** Changed in: mahara
Milestone: None => 15.04.0
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1397068
Title:
Flickr API now requires use of https for endpoint
Status in Mahara ePortfolio:
In Progress
Bug description:
The Flickr API now requires the use of https to access api.flickr.com
for all new application keys (see http://code.flickr.net/2014/04/30
/flickr-api-going-ssl-only-on-june-27th-2014/).
This is causing an issue with the external gallery, where a Flickr set
is not displayed, because the cURL request reports back an invalid API
key.
Replacing the http:// call with an https:// call in
artefact/file/blocktype/gallery/lib.php:163 resolves the issue.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1397068/+subscriptions
References