From 2a6b274a056ed5300881a0280a6ea31473422067 Mon Sep 17 00:00:00 2001 From: Paul Rodwell Date: Mon, 21 Nov 2016 12:43:05 +0000 Subject: [PATCH] change guidance about setting `Callback URL` to using a placeholder. See #5 --- docs/config-twitter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config-twitter.md b/docs/config-twitter.md index 0a8d359..29d78df 100644 --- a/docs/config-twitter.md +++ b/docs/config-twitter.md @@ -7,7 +7,7 @@ * Login to [Twitter Application Management](https://apps.twitter.com/). * Create a new Twitter App, by clicking on **Create New App**. ![Twitter Create New App](./images/twitter-new-app.png) -* Provide your application details. You can either leave the **Callback URL** blank, or if you are only protecting a single wiki domain enter `https://example.wiki/auth/twitter/callback`. +* Provide your application details. The **Callback URL** should be set with a place holder, for example `https://example.wiki/auth/twitter/callback`. ![Twitter App Details](./images/twitter-app-details.png) * Agree to the *Developer Agreement* and click **Create your Twitter application**. * Once the app has been created, go to the **Settings** tab and check that the **Allow this application to be used to Sign in with Twitter** option is selected.