mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #22720
[Bug 1397068] Re: Flickr API now requires use of https for endpoint
Replacement patch run from Mahara root directory, instead of from within
htdocs/artefact/file/blocktype/gallery.
** Patch added: "Use this patch instead (previous patch was run from within htdocs/artefact/file/blocktype/gallery/)"
https://bugs.launchpad.net/mahara/+bug/1397068/+attachment/4269782/+files/mahara_flickr_gallery.diff
--
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:
New
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