From 1f399071c9b52e8df79371fe31ee7854e71c3e3d Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 28 Jan 2014 02:10:47 -0500 Subject: [PATCH] Add Obtaining API Keys for Github --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01638a78fa..5e13f90597 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,17 @@ Obtaining API Keys
+ +- Go to [Account Settings](https://github.com/settings/profile) +- Select **Applications** from the sidebar +- Then inside **Developer applications** click on **Register new application** +- Enter *Application Name* and *Homepage URL*. +- For *Authorization Callback URL*: http://localhost:3000/auth/github/callback +- Click **Register application** +- Now copy and paste *Client ID* and *Client Secret* keys into `config/secrets.js` + +
+ - Visit [PayPal Developer](https://developer.paypal.com/) - Log in using your existing PayPal account @@ -127,7 +138,8 @@ Obtaining API Keys - *App ID* is **client_id**, *App Secret* is **client_secret** - Change **host** to api.paypal.com if you want to test against production and use the live credentials -*TODO: Add Twitter and GitHub instructions.* + +*TODO: Add Twitter instructions* Project Structure -----------------