From 9f7a066a4488726d217eb411a74e74f0e760fe16 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 1 Jun 2011 23:33:16 -0700 Subject: [PATCH] since we try and init tumblr, we need to set it as empty...annoying --- config/oauth_keys.yml.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/oauth_keys.yml.example b/config/oauth_keys.yml.example index 8e1db632a..1869c17e4 100644 --- a/config/oauth_keys.yml.example +++ b/config/oauth_keys.yml.example @@ -4,3 +4,6 @@ twitter: facebook: app_id: "" app_secret: "" +tumblr: + consumer_key: "" + consumer_secret: ""