[grilo] Remove Flickr's token



commit 8b01b7aae15f2123b16eb65ad6bdbff26013d557
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Mon Jul 5 17:16:26 2010 +0200

    Remove Flickr's token
    
    Actually, we do not require to authenticate Flickr to use it.

 tools/grilo-test-ui/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index d5d59ee..ab75550 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -32,7 +32,6 @@
 
 #define FLICKR_KEY    "fa037bee8120a921b34f8209d715a2fa"
 #define FLICKR_SECRET "9f6523b9c52e3317"
-#define FLICKR_TOKEN  "72157623286932154-c90318d470e96a29"
 
 /* ----- Youtube Config tokens ---- */
 
@@ -1167,7 +1166,6 @@ set_flickr_config (void)
 
   config = grl_config_new ("grl-flickr", NULL);
   grl_config_set_api_key (config, FLICKR_KEY);
-  grl_config_set_api_token (config, FLICKR_TOKEN);
   grl_config_set_api_secret (config, FLICKR_SECRET);
 
   registry = grl_plugin_registry_get_instance ();



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