Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Implemented OAuth #18

Closed mbrit closed 9 years ago

mbrit commented 9 years ago

Hi -- I've implemented OAuth in the API according to the instructions on https://api.slack.com/docs/oauth.

There is a little console app that shows how it works. You'll need to change the clientId, clientSecret, and redirectUri values as per the app that you need to register at api.slack.com.