From 8a6bd5910ec5bb6715101202c6c2a7c3268e57b0 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sat, 1 Feb 2014 00:54:41 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index be98f3ac1b..e0d6e2df59 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ need to go through each provider to generate new credentials. Obtaining API Keys ------------------ - - Visit [Google Cloud Console](https://cloud.google.com/console/project) - Click **CREATE PROJECT** button @@ -102,9 +101,7 @@ Obtaining API Keys - **Authorized redirect URI**: http://localhost:3000/auth/google/callback - Copy and paste *Client ID* and *Client secret* keys into `config/secrets.js` ->:exclamation: **Note**: When you ready to deploy to production don't forget to add -> your new url to Authorized Javascript origins and Authorized redirect URI, -> e.g. `http://my-awesome-app.herokuapp.com` and `http://my-awesome-app.herokuapp.com/auth/google/callback` respectively. +:exclamation: **Note**: When you ready to deploy to production don't forget to add your new url to **Authorized Javascript origins** and **Authorized redirect URI**, e.g. `http://my-awesome-app.herokuapp.com` and `http://my-awesome-app.herokuapp.com/auth/google/callback` respectively. The same goes for other providers.
@@ -169,10 +166,10 @@ Obtaining API Keys - Go to http://www.tumblr.com/oauth/apps -- Once signed in, click **+ Register application** +- Once signed in, click **+Register application** - Fill in all the details - For **Default Callback URL**: http://localhost:3000/auth/tumblr/callback -- Click **✔ Register** +- Click **✔Register** - Copy and paste *OAuth consumer key* and *OAuth consumer secret* keys into `config/secrets.js` Project Structure