A few days ago, I posted this question and this question asking about how to post "Hello World" to twitter. I've gotten helpful responses, which have propelled me further along, but I'm still lost.
I need to use OAuth because (as I read it) using username and password is going to be deprecated soon.
I need an example as simple as updating the status with the string constant 'Hello World!'.
My client is specifying that I must use C#.
Definitely use Linq2Twitter -
http://linqtotwitter.codeplex.com/
It's UpdateStatus method has 11 overloads - the whole implementation is really nice. So you're example would be:
var tweet = twitterCtx.UpdateStatus("Hello world");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With