Closed ArulselvanMadhavan closed 4 years ago
sounds the same as #77 slack uses oauth for permissions and the auth token you've created does not have the required scopes granted by slack. there's explanation and link to the docs in that issue
Thanks @dten! This helped. Closing the issue
Thanks for writing this library. I'm trying to use this library for building a feature at work. What I'm testing is a simple use case. Post a message to a channel
I'm initiating the client and setting up the token, the way it's shown in the example
I get an error saying "Missing scope" in the response. I'm not sure where I can pass a scope as part of the authorization request. I found out that someone had run into somewhat similar issue with
rtm
and also thechannel::history
is now obsolete. I'd be happy to contribute an updated/working example, if I figure this out.Cheers!