This is a C# Sample for authenticating with VoiceStorm. VoiceStorm is a platform that allows you to create advocacy communities for a brand, organization, or cause. Community managers source and distribute approved content to members. Members share the content on their social channels, thereby amplifying the brand message. Learn more at http://www.dynamicsignal.com.
- Clone this repository:
git clone https://github.com/DynamicSignal/voicestorm-csharp-bearer.git
- Open voicestorm-csharp-bearer.sln in Visual Studio 2015.
- Fill in the
community
,accessToken
, andtokenSecret
variables in Program.cs. - Run or debug to demonstrate anonymous and authenticated VoiceStorm API calls.