We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 323cd71 + e1204fc commit 8983855Copy full SHA for 8983855
README.md
@@ -24,7 +24,7 @@ Unfortunately some serious hoops need to be jumped through to use a non-legacy t
24
1. Go to <https://api.slack.com/apps>
25
2. Click "Create new app"
26
3. Give the app a name (maybe "Sclack") and select the server you'd like to use
27
-4. Go to "Permissions" and add a new redirect URL: `http://localhost:8080`
+4. Go to "OAuth & Permissions" and add a new redirect URL: `http://localhost:8080`
28
5. Go back to the previous page, you'll be able to see "Client ID" (you will also need the "Client Secret" later). Use this to fill in this url:
29
```
30
https://slack.com/oauth/authorize?client_id=[Client ID here]&scope=client
0 commit comments