自定义 Twitter 应用程序突然停止更新状态,我是 Twitter 的新手。
<errors>
<error code="34">Sorry, that page does not exist</error>
</errors>
Stack Trace:
at TwitterOAuth.WebResponseGet(HttpWebRequest webRequest)
自定义应用程序使用以下资源 url:
"https://twitter.com/statuses/update.xml"
找到了一个使用以下资源 url 的代码项目示例,它对我有用:
"http://api.twitter.com/1/statuses/update.json"
http://www.codeproject.com/Articles/247336/Twitter-OAuth-authentication-using-Net
所以我尝试了
"https://api.twitter.com/1/statuses/update.xml"
得到以下错误:
Unhandled Exception: System.Net.WebException: The remote server returned an erro
r: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()