Inumedia / SlackAPI

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

Documentation #22

Open adamlonsdale opened 8 years ago

adamlonsdale commented 8 years ago

Please could we have some updated documentation on how to use the OAuth as I notice the current example is deprecated. If I figure it out I'll submit a pull request

Inumedia commented 8 years ago

Any luck with this? I haven't had much time to dig into this myself.

koenvzeijl commented 8 years ago

someone already found a way for this to work?

VincentHui commented 8 years ago

anyone know how to use this feature?

NZ-Jaybird commented 7 years ago

The OAuth example project in https://github.com/Inumedia/SlackAPI/tree/master/SlackApi.Console seems quiet useful - I wish I'd seen that before hacking together my own implementation - I've just added a reference to this in the Wiki example page.

kaftw commented 5 years ago

This link is dead now.

gpailler commented 5 years ago

The Console app has been replaced by a Selenium test. You can find the original code here: https://github.com/Inumedia/SlackAPI/commit/f1d481357a4dc5c8b56321f94a7d6eef9305ad00#diff-d82b967b7ea2be8e6247ebd5c47058c1 And the integration test: https://github.com/Inumedia/SlackAPI/blob/master/SlackAPI.Tests/UserUIInteraction.cs