From d3fe35bdf2f475f8d151cea39e8d4c33c46709ba Mon Sep 17 00:00:00 2001 From: itsmejoeeey <9375730+itsmejoeeey@users.noreply.github.com> Date: Wed, 9 Mar 2022 01:32:40 +1300 Subject: [PATCH] Add warning to Twitter section in docs Authorization page --- site/src/docs/configuration/authorization/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/src/docs/configuration/authorization/index.md b/site/src/docs/configuration/authorization/index.md index 2bbccae8..e005cd7a 100644 --- a/site/src/docs/configuration/authorization/index.md +++ b/site/src/docs/configuration/authorization/index.md @@ -53,6 +53,8 @@ _instructions for Google OAuth2 setup borrowed from [oauth2_proxy](https://githu ### Twitter +> ⚠️ **Important**: Twitter developer accounts created after _November 15th 2021_ need "Elevated access" to use the Standard v1.1 API routes required to work properly. Apply for this access from within the Twitter developer portal. + 1. Create a new Twitter application https://developer.twitter.com/en/apps 2. Fill **App name**, **Description** and **URL** of your site 3. In the field **Callback URLs** enter the correct URL of your callback handler, e.g. domain + `/auth/twitter/callback`