// Copied from https://aspnet.codeplex.com/workitem/10366
// Vote number : 1
The URI at the top of Samples\HttpClient\TwitterSample\Program.cs is no longer correct. The response status is always HTTP/410, Gone. The reason (according to https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline) is this API has been superseded and moved into the v1.1 API. Should update the sample to avoid consistent failures.
// Vote number : 1
The URI at the top of Samples\HttpClient\TwitterSample\Program.cs is no longer correct. The response status is always HTTP/410, Gone. The reason (according to https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline) is this API has been superseded and moved into the v1.1 API. Should update the sample to avoid consistent failures.