我在我的android應用程序中集成了twitter。它很好地運行很長時間,但現在它給我錯誤,而我正在試圖對推特進行研究。它給出以下錯誤:「無法獲取請求令牌」並且堆棧跟蹤如下。請幫我解決這個問題。安卓嘰嘰喳喳登錄錯誤
02-20 19:44:09.687: D/TwitterApp(3928): Failed to get request token
02-20 19:44:09.687: W/System.err(3928): oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: Service provider responded in error: 301 (Moved Permanently)
02-20 19:44:09.687: W/System.err(3928): at oauth.signpost.AbstractOAuthProvider.retrieveToken(AbstractOAuthProvider.java:214)
02-20 19:44:09.687: W/System.err(3928): at oauth.signpost.AbstractOAuthProvider.retrieveRequestToken(AbstractOAuthProvider.java:69)
02-20 19:44:09.687: W/System.err(3928): at com.twitter.android.TwitterApp$2.run(TwitterApp.java:108)
02-20 19:44:09.687: W/System.err(3928): Caused by: oauth.signpost.exception.OAuthCommunicationException: Service provider responded in error: 301 (Moved Permanently)
02-20 19:44:09.687: W/System.err(3928): at oauth.signpost.AbstractOAuthProvider.handleUnexpectedResponse(AbstractOAuthProvider.java:241)
02-20 19:44:09.687: W/System.err(3928): at oauth.signpost.AbstractOAuthProvider.retrieveToken(AbstractOAuthProvider.java:189)
02-20 19:44:09.687: W/System.err(3928): ... 2 more
感謝 穆拉利
這是否有幫助? http://stackoverflow.com/questions/14933160/service-provider-responded-in-error-301-moved-permanently-twitter-api – MKJParekh 2013-02-20 14:21:25
謝謝它的工作正常。 – Nani 2013-02-20 14:47:40
歡迎總是先嚐試在stackoverflow上找到類似的問題。 – MKJParekh 2013-02-21 05:35:26