I want post replay for a twitter from my C# web application. I have twitter token in my database. How we can do this
+1
A:
I'm not sure what you mean by "replay" but there is a library for .NET called TweetSharp that will probably do what you want.
Frank Krueger
2010-01-30 05:07:29
Those aren't provided BY twitter, but are developed by third parties as wrappers and services built around the REST API that is provided by twitter.
Jason Diller
2010-01-30 18:51:00
A:
You can use Twitter API: See following
http://www.techbrij.com/15/social-media-apis-library-dotnet-developer/
Brij
2010-01-30 07:58:23