I am currently trying to do a search from Twitter using C#. I am new to C#, and after finding that I should use TweetSharp (https://stackoverflow.com/questions/27266419/twitter-api-1-1-with-net-3-5?noredirect=1&lq=1#=) and installing it with NuGet on VisualStudio, I struggle to make a simple authentification and search, as I did not find any simple example based solely on TweetSharp. I already got my API key, API secret, access token and access token secret (on the Twitter dev website). All I want is to get some JSON data after searching a hashtag.
Simple example code based on uniquely on TweetSharp (and no other libraries, especially ones not findable on NuGet) would save my life ! A documentation for TweetSharp might also do the trick, currently I did not find it...
Cheers, Kevin