Hey Andy - that was fast! Thanks so much for getting back to me so quickly. Alright - I just ran the test again and this is the full response string:
Response: Twitter Post Error: The remote server returned an error: (401) Unautho rized., authHeader: OAuth oauth_consumer_key="nXxxxxxxxxxxhg", oauth_ nonce="NxxxxxxxxxxDAw", oauth_signature="5dxxxxxxxxxx3 D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1470747998", oauth_toke n="632xxxxxxxxxxrQ0", oauth_version="1.0"
I don’t see anything in there that may provide a clue as to why the call is failing.
Here’s how I’m calling my test method in main();
Test test = new Test(); String response = Twitter.Twitter.PostMessage("TEST IGNORE! ES.20.Min Alert: http://tinyurl.com/hfpus4s Odds of ES closing HIGHER in 40 minutes (2 candles): 3.6 : 1.:"); Console.WriteLine("Response: " + response); Console.ReadLine();
That is literally it - is there anything here that strikes you as incorrect?