0

I want post replay for a twitter from my C# web application. I have twitter token in my database. How we can do this

Prorammer81
  • 198
  • 1
  • 1
  • 15

1 Answers1

1

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
  • 69,552
  • 46
  • 163
  • 208