asp.net mvc - MVC, C# - Linq2Twitter - Post with logged in user -
asp.net mvc - MVC, C# - Linq2Twitter - Post with logged in user -
i want post twitter mvc site linq2twitter logged in twitter user, cannot found simple illustration or how-to this. please help me ?
thanks in advance.
most basic illustration this
using(var context=new twittercontext(auth)) { var tweet=context.tweetasync("hello world!").result; }
c# asp.net-mvc twitter linq-to-twitter
Comments
Post a Comment