summaryrefslogtreecommitdiff
path: root/rest-extras/flickr-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'rest-extras/flickr-proxy.c')
-rw-r--r--rest-extras/flickr-proxy.c2
1 files changed, 1 insertions, 1 deletions
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);
}