[gthumb] Forbidden when trying to upload to Flickr



commit 066d5ded64061f1dc7b878c98c07d28451fcc9d6
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Jul 21 19:07:47 2014 +0200

    Forbidden when trying to upload to Flickr
    
    [bug #732557]

 extensions/flicker/actions.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/extensions/flicker/actions.c b/extensions/flicker/actions.c
index 4b9124e..efa65ae 100644
--- a/extensions/flicker/actions.c
+++ b/extensions/flicker/actions.c
@@ -32,17 +32,17 @@
 static FlickrServer www_flickr_com = {
        "Flickr",
        "flickr",
-       "http://www.flickr.com";,
-       "http",
+       "https://www.flickr.com";,
+       "https",
 
-       "http://www.flickr.com/services/oauth/request_token";,
-       "http://www.flickr.com/services/oauth/authorize";,
-       "http://www.flickr.com/services/oauth/access_token";,
+       "https://www.flickr.com/services/oauth/request_token";,
+       "https://www.flickr.com/services/oauth/authorize";,
+       "https://www.flickr.com/services/oauth/access_token";,
        "8960706ee7f4151e893b11837e9c24ce",
        "1ff8d1e45c873423",
 
-       "http://api.flickr.com/services/rest";,
-       "http://api.flickr.com/services/upload";,
+       "https://api.flickr.com/services/rest";,
+       "https://up.flickr.com/services/upload";,
        "static.flickr.com",
        FALSE,
        TRUE


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]