You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-3
Original file line number
Diff line number
Diff line change
@@ -124,14 +124,16 @@ There are two ways to issue the access token.
124
124
125
125

126
126
127
-
1. Click "Install App to Team".
127
+
1. Click "Install App to Workspace".
128
128
129
129

130
130
131
131
1. Visit <https://slack.com/oauth/authorize?&client_id=CLIENT_ID&team=TEAM_ID&install_redirect=install-on-team&scope=admin+client> in your browser and authorize it.
132
132
* It authorizes the `client` permission. Otherwise, you can see `{"ok":false,"error":"missing_scope","needed":"client","provided":"admin"}` error.
133
-
* Your `CLIENT_ID` could be found in "Basic Information" menu of your app page that you just install.
134
-
* Your `TEAM_ID` could be found in <https://api.slack.com/methods/team.info/test>
133
+
* Your `TEAM_ID` is the subdomain for your slack team, e.g. myteam.slack.com - your TEAM_ID is `myteam`.
134
+
* Your `CLIENT_ID` found in "Basic Information" section for your App.
135
+
136
+

135
137
136
138
## Badge
137
139
@@ -161,3 +163,14 @@ as reCAPTCHA v2 type.
161
163
162
164
Set "Site key" as `recaptchaSiteKey` or `RECAPTCHA_SITE`,
163
165
and "Secret key" as `recaptchaSecretKey` or `RECAPTCHA_SECRET`.
166
+
167
+
## Associate fork with heroku
168
+
If you use the "Deploy to Heroku" button and want to modify your App you should
169
+
fork this project. After forking and making changes you should associate your
170
+
repo with the deployed instance by running:
171
+
172
+
`$ heroku git:remote -a thawing-inlet-61413` replacing your heroku app's name
173
+
and running
174
+
175
+
`$ git push heroku master` to upload the changes. For full details see
176
+
[Heroku: deploying with git](https://devcenter.heroku.com/articles/git#for-an-existing-heroku-app)
0 commit comments