SlackAPI icon indicating copy to clipboard operation
SlackAPI copied to clipboard

Documentation

Open adamlonsdale opened this issue 10 years ago • 6 comments

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

adamlonsdale avatar Dec 08 '15 22:12 adamlonsdale

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

Inumedia avatar Jan 02 '16 18:01 Inumedia

someone already found a way for this to work?

koenvzeijl avatar May 25 '16 07:05 koenvzeijl

anyone know how to use this feature?

VincentHui avatar Aug 12 '16 09:08 VincentHui

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.

NZ-Jaybird avatar Nov 15 '16 10:11 NZ-Jaybird

This link is dead now.

kaftw avatar Jan 10 '19 21:01 kaftw

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

gpailler avatar Jan 11 '19 01:01 gpailler