Search code examples
c#oauthtelevisionjustin.tv

How do I add oAuth (DevDefined oAuth) to a C# windows forms project?


I'm trying to make a desktop Justin.TV notifier with C#. I'm new to C# but I programmed in C++ and Java.

I've been google-ing and searching stackoverflow but haven't found a guide on how to add something like DevDefined to my project.

For Java, it was pretty simple adding oAuth. Just imported a couple of .js files. I've been stuck and frustrated searching. I wish I didn't have to ask such a simple question but help would be very much appreciated.

Thanks a lot.


Solution

  • The sources are on their GitHub page. Download them, build the library and add the library in your C# project references.

    There are code examples on the GitHub page or the Google Code one.