diff --git a/README.md b/README.md index d597125da22..8de360ffed9 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Obtaining API Keys - Under *Application Type* select **Read and Write** access - Check the box **Allow this application to be used to Sign in with Twitter** - Click **Update this Twitter's applications settings** +- Copy and paste *Consumer Key* and *Consumer Secret* keys into `config/secrets.js`
+- Go to [foursquare for Developers](https://developer.foursquare.com/)
+- Click on **My Apps** in the top menu
+- Click the **Create A New App** button
+- Enter *App Name*, *Welcome page url*,
+- For **Redirect URI**: http://localhost:3000/auth/foursquare/callback
+- Click **Save Changes**
+- Copy and paste *Client ID* and *Client Secret* keys into `config/secrets.js`
+
+
Project Structure
-----------------