Open cerw opened 4 years ago
Slack have deprecated their old legacy token method for their API, I (or someone) needs to reimplement this plugin against their new auth.
In case anyone here is stuck - the plugin doesn't need to be re-implemented, the new auth works with the plugin as-is.
To get new auth set up for your team first create an app:
Next to OAuth and Permissions:
Add the files: write
scope
You need to "reinstall to workspace"
Finally, grab the token from here:
Someone could theoretically just publish a "lolcommits" app and remove a bunch of these steps.
I'm looking to publish an official app soon, just seeing how I can work around grabbing OAuth credentials, since Slack needs a real (https served) domain for connecting to work. I figure I can use lolcommits.com tho, since I have that, then redirect to local server to complete the connect (like I do on the lolcommits-tumblr plugin).
Can not create token anymore whats' workaround?