Twitter changed their API to not accept 100-Continue headers. .Net supplies this header by default. To get around this issue, place the following above the request objects to explicitly not include the header.
System.Net.ServicePointManager.Expect100Continue = false;
david @ twincipher.com
Got an answer for doWhileSomething? Would you like to comment on the posted answers, or vote for the one which you think is the best?
Sign up for a free account, or sign in (if you're already a member).
Other people asked questions on similar topics, check out the answers they received:
Other people asked questions on various topics, and are still waiting for answer. Would be great if you can take a sec and answer them