2013-02-20 124 views
1

我在我的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 

感謝 穆拉利

+2

這是否有幫助? http://stackoverflow.com/questions/14933160/service-provider-responded-in-error-301-moved-permanently-twitter-api – MKJParekh 2013-02-20 14:21:25

+0

謝謝它的工作正常。 – Nani 2013-02-20 14:47:40

+0

歡迎總是先嚐試在stackoverflow上找到類似的問題。 – MKJParekh 2013-02-21 05:35:26

回答

1

這篇文章也可以幫助你在URL中同時呼籲使用構造stackoverflow.com/questions/14933160/...

你可能會存在這個問題,如果你沒有添加回調URL:在對應用程序類型的在dev.twitter.com上創建應用程序時,應用程序的「設置」選項卡。

此修補程序適用於我。希望爲他人工作遇到同樣的問題。