I'm introducing myself to tweetsharp for a web application I am working on. Does anyone have any example code or know where any is? I'm not sure that this is the proper forum for this question, but I've been searching all night and I can't find anything current. Most of them use older versions of TweetSharp and no longer apply.
If not, maybe I can get some guidance.
I'm trying to get OAuth going, and so far the only good guide I've found is via the TweetSharp getHub project's readme. The following code throws me off:
ViewModel.Message = string.Format("Your username is {0}", user.ScreenName);
return View();
Do I need to be using an MVC application? I'm not familiar with viewmodels.
It'd be nice to have a complete walkthrough or example for authorization if anyone can help me out. It'd be nice if it were for web, but anything would help at this point.