Reputation: 3105
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
Reputation: 1027
With Twitter API 1.1 you would wanna use Tweetsharp instead
https://github.com/danielcrenna/tweetsharp
Upvotes: 0