From 19c5f952e9e30790795f3548c125e53392e8bb14 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 2 Sep 2014 21:23:04 +0200 Subject: Fix URL used for flickr rest calls https must be used, and the correct URL for uploads is up.flickr.com https://bugzilla.gnome.org/show_bug.cgi?id=735920 --- rest-extras/flickr-proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rest-extras/flickr-proxy.c') diff --git a/rest-extras/flickr-proxy.c b/rest-extras/flickr-proxy.c index 48f1c86..3342a4d 100644 --- a/rest-extras/flickr-proxy.c +++ b/rest-extras/flickr-proxy.c @@ -188,7 +188,7 @@ flickr_proxy_new_with_token (const char *api_key, "api-key", api_key, "shared-secret", shared_secret, "token", token, - "url-format", "http://api.flickr.com/services/%s/", + "url-format", "https://%s.flickr.com/services/%s/", "binding-required", TRUE, NULL); } -- cgit v1.2.1