Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 5566084

Browse files
committed
Regression. Remove workspace app mentions.
1 parent 2bde8ad commit 5566084

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

DIFF.md

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,10 @@
11
# What's New? - Updates from the Previous Example
22

3-
Now all the Blueprints examples have been updated with new Slack platform features also switched to the [workspace token](https://api.slack.com/docs/working-with-workspace-tokens) model. So what are the *diffs* in this updated example?
4-
5-
## Creating an app
6-
7-
To create a new "workspace app" at [https://api.slack.com/apps?new_app_token=1](https://api.slack.com/apps?new_app_token=1), instead of using the previous App creation page.
8-
9-
## OAuth Scopes
10-
11-
Some scopes are no longer valid with workspace apps.
12-
13-
In previous example, these scopes were required:
14-
* `commands`
15-
* `users:read`
16-
* `users:read.email`
17-
* `chat:write:bot`
18-
19-
In the new version, you need to enable:
20-
* `commands`
21-
* `users:read`
22-
* `users:read.email`
23-
* `chat:write`
24-
25-
Notice that the `bot` scope is no longer supported because there is a no "bot user" for the new workspace apps.
26-
27-
You can learn more about scopes at [https://api.slack.com/scopes](https://api.slack.com/scopes)
3+
Now all the Blueprints examples have been updated with new Slack platform features. So what are the *diffs* in this updated example?
284

295
## OAuth Token
306

31-
Your OAuth access token should begins with `-xoxa`, instead of `-xoxp`.
32-
33-
34-
## Installation and Permission
35-
36-
When a user is installing your app, the user will be ask to choose which channel(s) to install. After the installation, the app name appears under "Apps" at the menu pane on Slack client, and this is now called `app_home`, a where your app can send DM to the user who installed your app.
37-
38-
Also, your slash command is only available on the channels that your app is installed, unless some user adds it on other channels.
7+
Your OAuth access token should begins with `-xoxb` instead of `-xoxp`. The bot tokens will be the defaul token in future.
398

409

4110
## Sigining Secret

0 commit comments

Comments
 (0)