views:

107

answers:

3

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
A: 

Twitter provides C# APIs. Take a look here

chikak
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
A: 

You can use Twitter API: See following
http://www.techbrij.com/15/social-media-apis-library-dotnet-developer/

Brij