Traintula
Traintula
@lime-green Did they ever get back to you? I have the same problem..
@ernesto-jimenez When I add the "bot" - I get this message: "OAuth error: invalid_scope: Cannot request service scope (bot) with deprecated scopes" scope='channels:read,channels:write,channels:history,chat:write:user,chat:write:bot,team:read,users:read,identify,bot,rtm:stream',
@ernesto-jimenez Removed the `identify`, still doesn't work - I think this is the reason: > Please note that certain scopes cannot be asked for in combination with each other. For...
@ernesto-jimenez I would gladly stick to the table, but I need to use "rtm.start" which worked great in the past until I added `bot`. Fine, I'll try to reach out...
This is my understanding: 1. The old ones: client,read,post,admin and identify. 2. The new ones: everything that's on that table, including `bot`. And they don't mix well in the same...
Extra validation - just got this message when I tried to upgrade the existing user tokens from the "My Apps" screen in Slack: Oops, sorry! Looks like your app uses...
@Matthew-Jannace This problem we were talking about only occurs when you mix the old and new scopes in the same oauth call. @ernesto-jimenez's advice is the way to go. Use...