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
-----------------