i just wan to be able to post a simple "Hello World" tweet with c#... I've tried so many things like tweetsharp, twitterizer, linq2twitter... for twitterizer i got to authenticate my apps but was unable to send the tweet most probably because it doesn't support anymore... for linq2twitter i got almost everything working but i get that "Bad Authentication Data" and I can't really find a solution... any help please? I just wan to post a simple tweet for my school project.
What are the methods/ways I can use to do it? I'm not looking for a button to share any links or text to twitter but just sending direct messages generated by my application to twitter.. so share.this button stuff might not work for me.
Fixed: I finally got Linq2Twitter to work~!