From 28a7033d32ba38c23808075afc250ff5cf40847d Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 11 Feb 2014 09:13:24 -0500 Subject: [PATCH] Added Venmo instructions for obtaining API keys --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ea380abd..a1094ca336 100644 --- a/README.md +++ b/README.md @@ -168,9 +168,21 @@ Obtaining API Keys
+ +- Visit the **Account** section of your Venmo profile after logging in +- Click on the **Developers** tab +- Then click on the [new](https://venmo.com/account/app/new) link next to **Your Applications (0)** +- Fill in the required fields: *App Name* and *What Will The App Be Used For?* +- For **Web Redirect URL** enter: http://localhost:3000/auth/venmo/callback +- Hit **Create** button +- Back on the **Developers** tab click on **view** link next to **Your Applications (1) new** +- Copy and paste **ID** and **Secret** keys into `config/secrets.js` + +
+ - Visit [PayPal Developer](https://developer.paypal.com/) -- Log in using your existing PayPal account +- Log in to your PayPal account - Click **Applications > Create App** in the navigation bar - Enter *Application Name*, then click **Create app** - Copy and paste *Client ID* and *Secret* keys into `config/secrets.js`