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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -