aki017 / slack-ruby-gem

A Ruby wrapper for the Slack API
MIT License
242 stars 79 forks source link

Slack.configure only seems to take a `token`. #47

Closed c650 closed 8 years ago

c650 commented 8 years ago

Slack uses a Client ID And Client Secret now. I was just wondering if this has yet to be updated? or am I missing something?

c650 commented 8 years ago

Nevermind. I see that you're expecting an oauth token directly.