From 39e11017c9949bc6e72977d2dd26ecb81e5741b4 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sat, 1 Feb 2014 00:50:16 -0500 Subject: [PATCH] Added Tumblr instructions Fixed #30 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8de360ffed..be98f3ac1b 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,15 @@ Obtaining API Keys - Click **Save Changes** - Copy and paste *Client ID* and *Client Secret* keys into `config/secrets.js` +
+ + +- Go to http://www.tumblr.com/oauth/apps +- Once signed in, click **+ Register application** +- Fill in all the details +- For **Default Callback URL**: http://localhost:3000/auth/tumblr/callback +- Click **✔ Register** +- Copy and paste *OAuth consumer key* and *OAuth consumer secret* keys into `config/secrets.js` Project Structure -----------------