From 67b19e3ab2cb0b5a608b58ab9edb17c8c5f56c73 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 27 Feb 2014 13:24:02 -0500 Subject: [PATCH] Removed OAuth 1.0 Accept Redirect URL from LinkedIn README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e0e2818b6..65b6119660 100644 --- a/README.md +++ b/README.md @@ -182,11 +182,10 @@ app.get('/auth/facebook/callback', passport.authenticate('facebook', { successRe - From the account name dropdown menu select **API Keys** - *It may ask you to sign in once again* - Click **+ Add New Application** button -- Fill in all the required fields +- Fill out all *required* fields - For **Default Scope** make sure *at least* the following is checked: - `r_basicprofile` - `r_emailaddress` -- For **OAuth 1.0 Accept Redirect URL**: http://localhost:3000/ - Finish by clicking **Add Application** button - Copy and paste *API Key* and *Secret Key* keys into `config/secrets.js` - *API Key* is your **clientID**