Matt Facer
Matt Facer

Reputation: 3105

send tweet from c# asp.net website

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!

Upvotes: 1

Views: 1371

Answers (2)

Andreas Norman
Andreas Norman

Reputation: 1027

With Twitter API 1.1 you would wanna use Tweetsharp instead

https://github.com/danielcrenna/tweetsharp

Upvotes: 0

Micah Armantrout
Micah Armantrout

Reputation: 6991

Is this what your looking for ?

http://www.twitterizer.net/

Upvotes: 1

Related Questions