rauchg / slackin

Public Slack organizations made easy
http://rauchg.com/slackin/
MIT License
6.51k stars 1.35k forks source link

Do we use legacy tokens? #317

Closed tbarn closed 6 years ago

tbarn commented 7 years ago

It seems like Slack has changed their API token process a bunch in the last year or so.

Two questions: 1) Should we still be using legacy tokens? 2) If so, are there any known issues with creating new legacy tokens? I know it mentions using them only for testing and development now. I can't remember if it always said that.

rmdes commented 7 years ago

I have managed to create a legacy token to run slackin on heroku and it worked : https://api.slack.com/custom-integrations/legacy-tokens

nathanbertram commented 7 years ago

Thanks!

tbarn commented 7 years ago

Yeah, I've been running on legacy tokens for awhile. I might make a PR to update the docs about this so that people know the new language that Slack is using around this.

davydden commented 6 years ago

Yeah, I've been running on legacy tokens for awhile. I might make a PR to update the docs about this so that people know the new language that Slack is using around this.

that would be good. I just deployed to heroku, and it confused me where to generate the token and if it's indeed the legacy token.

eebbesen commented 5 years ago

Do we use legacy tokens because there's no other way to do it? I tried creating a webapp and using that token but got 503s. I was thoroughly confused by the Slack API documentation because I'd hope that we'd have other token options and I couldn't get any but legacy for my user to work...

AdrienGiboire commented 4 years ago

Do we use legacy tokens because there's no other way to do it? I tried creating a webapp and using that token but got 503s. I was thoroughly confused by the Slack API documentation because I'd hope that we'd have other token options and I couldn't get any but legacy for my user to work...

Same here. I'm taking a look in the code base to try to figure out what's possible as an alternative :3