Hello World to Twitter from C#

Posted by cf_PhillipSenn on Stack Overflow See other posts from Stack Overflow or by cf_PhillipSenn
Published on 2010-05-21T13:52:17Z Indexed on 2010/05/21 14:00 UTC
Read the original article Hit count: 136

Filed under:
|
|

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#.

© Stack Overflow or respective owner

Related posts about c#

Related posts about twitter