From 1b0fdf33942d17912a0b983de23c248c15b72bd6 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 28 Jan 2014 13:11:57 -0500 Subject: [PATCH] Add twitter to obtaining API keys --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d1055891..3ede54161f 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,16 @@ Obtaining API Keys
- + +- Sign in at [https://dev.twitter.com](https://dev.twitter.com/) +- From the profile picture dropdown menu select **My Applications** +- Click **Create a new application** +- Enter your application name, website and description +- For **Callback URL**: http://127.0.0.1:3000/auth/twitter/callback +- Go to **Settings** tab +- 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**