1

I have an ASP.net (c#) website which I'd like to send a tweet from (when an event occurs so not a front facing feature).

I've looked at the DLL libraries, but cannot find how to use this with just websites - not an application.

Is there any way to simply connect and send a tweet? It seems everything I come up with uses this DLL method for a wrapper...

thanks for any info!

Matt Facer
  • 3,103
  • 11
  • 49
  • 91

2 Answers2

1

Is this what your looking for ?

http://www.twitterizer.net/

Micah Armantrout
  • 6,781
  • 4
  • 40
  • 66
  • this does look good, but the documentation says "Get Started Using Twitterizer -- 1. Add the Twitterizer2.dll file as a reference in your application." - I'm not sure where to add this DLL in my web site...? – Matt Facer Feb 24 '12 at 15:38
  • Add it as a reference do you need help doing that ? Looks like its on NuGet I can help you install that if you want – Micah Armantrout Feb 24 '12 at 15:44
0

With Twitter API 1.1 you would wanna use Tweetsharp instead

https://github.com/danielcrenna/tweetsharp

Andreas Norman
  • 999
  • 1
  • 9
  • 19