Changeset - 57a0ebde1dd1
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2016-01-24 12:19:08
jkaluza@redhat.com
Slack: use client instead of rtm:start...
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spectrum/src/frontends/slack/SlackUserRegistration.cpp
Show inline comments
 
@@ -68,7 +68,7 @@ std::string SlackUserRegistration::createOAuth2URL(const std::vector<std::string
 
						  "https://slack.com/oauth/authorize",
 
						  "https://slack.com/api/oauth.access",
 
						  redirect_url,
 
						  "channels:read channels:write team:read im:read im:write chat:write:bot rtm:stream");
 
						  "channels:read channels:write team:read im:read im:write chat:write:bot client");
 
	std::string url = oauth2->generateAuthURL();
 

	
 
	m_auths[oauth2->getState()] = oauth2;
0 comments (0 inline, 0 general)