julienXX / clj-slack

Use Slack REST API from Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing_scope

kwladyka opened this issue · comments

Whatever i am trying to do i get an error:

(channels/list connection)
{:ok false, :error "missing_scope", :needed "channels:read", :provided "identify,incoming-webhook"}

Thanks! Can't reproduce the issue with my token, I'll check with another one.

Hmm i am getting the token from the app settings like on the screen.

screen shot 2017-03-02 at 22 19 13

The app creation flow changed quite a bit it seems, I need to check it out and update the documentation accordingly.
When creating a new app, there's a permissions step where you can choose some more permissions it seems. That might solve your issue.

Thank you. It works but adding scopes slack UI doesn't work so well. Maybe only on Safari, i didn't try other web browser. The list of promts doesn't show. I achieved this by write "chat" and push two times arrow down. Totally good luck.