Post "Hello World" to twitter from .NET application
Posted
by cf_PhillipSenn
on Stack Overflow
See other posts from Stack Overflow
or by cf_PhillipSenn
Published on 2010-05-17T13:38:05Z
Indexed on
2010/05/17
13:40 UTC
Read the original article
Hit count: 380
c#
My client would like me to use .NET to post to Twitter, and suggests that I use C#.
Q: How do I post "Hello World" to twitter using C#?
This post mentions a library called twitterizer. Isn't there a native way to do it without using a 3rd party library? (Maybe not since authentication is one of the requirements).
© Stack Overflow or respective owner