[grilo] grilo-test-ui: Changed URLs in order to use HTTPS
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] grilo-test-ui: Changed URLs in order to use HTTPS
- Date: Wed, 29 Oct 2014 08:23:43 +0000 (UTC)
commit f44b68f5348e66cc9b80a7a71311fc5406eaf167
Author: Adrião Morão <amoran igalia com>
Date: Tue Oct 21 11:03:23 2014 +0200
grilo-test-ui: Changed URLs in order to use HTTPS
Flickr changed its API to force TLS on requests against the API and using OAuth
tools/grilo-test-ui/flickr-oauth.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tools/grilo-test-ui/flickr-oauth.h b/tools/grilo-test-ui/flickr-oauth.h
index 1b38431..c36e28e 100644
--- a/tools/grilo-test-ui/flickr-oauth.h
+++ b/tools/grilo-test-ui/flickr-oauth.h
@@ -25,10 +25,10 @@
#ifndef FLICKR_OAUTH_H
#define FLICKR_OAUTH_H
-#define FLICKR_API_URL "http://api.flickr.com/services/rest"
-#define FLICKR_OAUTH_ACCESSTOKEN_URL "http://www.flickr.com/services/oauth/access_token"
-#define FLICKR_OAUTH_REQUESTTOKEN_URL "http://www.flickr.com/services/oauth/request_token"
-#define FLICKR_OAUTH_AUTHPOINT "http://www.flickr.com/services/oauth/authorize"
+#define FLICKR_API_URL "https://api.flickr.com/services/rest"
+#define FLICKR_OAUTH_ACCESSTOKEN_URL "https://www.flickr.com/services/oauth/access_token"
+#define FLICKR_OAUTH_REQUESTTOKEN_URL "https://www.flickr.com/services/oauth/request_token"
+#define FLICKR_OAUTH_AUTHPOINT "https://www.flickr.com/services/oauth/authorize"
/* OAuth definitions */
#define FLICKR_OAUTH_SIGNATURE_METHOD "HMAC-SHA1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]