I am posting to twitter directly from a C# application, and have followed a blog post from Gary Short (http://garyshortblog.wordpress.com/2011/02/11/a-twitter-oauth-example-in-c/) . I have set up a new application with read, write & direct message permissions, then generated the access token, which I have added to my code.
I have run my code in debug mode and it is not generating any errors or throwing any exceptions, but my status posts still do not appear on my twitter account. Is there anything else I need to do, or am I doing something wrong? I’m really confused now as to what is wrong.
Thanks,
Kerry