我得到一個錯誤「域= HTTP代碼= 410」操作無法完成。(HTTP錯誤410.)「。在iOS應用程序開發中。Twitter_OAuth錯誤:域= HTTP代碼= 410
此代碼以前工作正常,但現在它是拋出一個錯誤。
我得到一個錯誤「域= HTTP代碼= 410」操作無法完成。(HTTP錯誤410.)「。在iOS應用程序開發中。Twitter_OAuth錯誤:域= HTTP代碼= 410
此代碼以前工作正常,但現在它是拋出一個錯誤。
您可能正在使用Twitter API的v1.0。 然後,解決方案是切換到版本1.1。 請參閱:https://dev.twitter.com/blog/api-v1-is-retired
1.1 API的概述: https://dev.twitter.com/docs/api/1.1/overview
看來你正在使用Twitter的API的V1.0。檢查資源URL它可能是https://api.twitter.com/1/,而不是https://api.twitter.com/1.1/
歡迎計算器,請把你的relavent代碼在這裏:) – iPatel
我得到了同樣的問題,使用[Twitter的OAuth的iPhone](https://github.com/bengottlieb/Twitter-OAuth-iPhone)。登錄到Twitter工作正常,但用'getUserInformationFor:userNameOrID'獲取用戶信息失敗。它使用'users/show/ .xml' twitter API。 –
Florian
嗨,Upendra你有解決方案嗎? – Tendulkar