From db09dc57bee531575f357fd8167672f70ea4179d Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 27 Feb 2014 13:18:05 -0500 Subject: [PATCH] Add LinkedIn obtaining api keys instructions --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6e794ebdc54..b1c1aea3a81 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,23 @@ app.get('/auth/facebook/callback', passport.authenticate('facebook', { successRe
+ +- Sign in at [LinkedIn Developer Network](http://developer.linkedin.com/) +- From the account name dropdown menu select **API Keys** + - It might ask you to sign in once again +- Click on **+ Add New Application** +- Fill in all the 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/ +- Click on **Add Application** button +- Copy and paste *OAuth User Token* and *OAuth User Secret* keys into `config/secrets.js` + - *API Key* is your **clientID** + - *Secret Key* is your **clientSecret** + +
+ - Visit the **Account** section of your Venmo profile after logging in - Click on the **Developers** tab