-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This only works with "classic" slack apps #63
Comments
Interesting. We will have to look into this further and see how it affects |
I am happy to help out if you're willing to entertain supporting both APIs. You never know with various projects where they draw the line. Would you entertain PRs or think you're going to do the work yourself? |
Absolutely! Some of the features here we suggested and/or created by awesome contributors! I did some research. At the time when It seems that |
Yeah, it looks like there is a relatively straightforward path to combine the command definitions with the events as they show up. I'm excited because this will let it run in lambda / cloud functions, too 😎 |
Checking to see if you guys are wanting to work on adding support to Events API. If so, I want to help out as well. |
@cameronbrill Create a PR! Any help is very much appreciated |
With the introduction of Socket-Mode communication protocol and support for it being added to upstream in slack-go, I think that means we have all the pieces needed to use the Events API via Sockets-Mode without having to re-architect your app to listen for calls from Slack on a public http endpoint. |
Awesome! Can you put a PR together? |
Anything coming from me will take a while, as I am encumbered by policy and need to get approvals from my employer before I can contribute anything. |
Do you want a PR for updating the Readme? would have saved me an hour today :) |
I hope you can update README, and/or log out fatal errors. It took me hours to figure out that it only supports legacy |
I think the README should be updated to indicate it uses the RTM API which does not function with new slack apps that have granular oauth permissions.
Took me 40 minutes to figure out what was going on by finally dropping the debug option in the config and seeing:
It is possible to still create apps that use the old permissions scopes but they are pushing everything to the events API.
More info in this thread slackapi/node-slack-sdk#921 (comment)
The text was updated successfully, but these errors were encountered: