2014-01-15 93 views
4

我的應用程序中有「使用Twitter登錄」按鈕。TwitterException:無法登錄

昨天我用twitter登錄它完美的作品。

但今天它沒有。我附上我的日誌與相同的問題。

01-15 14:47:44.812: W/System.err(11435): 403:The request is understood, but it has been 
        refused. An accompanying error message will explain why. This code 
        is used when requests are being denied due to update limits 
        (https://support.twitter.com/articles/15364-about-twitter-limits- 
        update-api-dm-and-following). 

01-15 14:47:44.812: W/System.err(11435): Relevant discussions can be found on the 
        Internet at: 
01-15 14:47:44.812: W/System.err(11435): http://www.google.co.jp/search?q=10f5ada3 or 
01-15 14:47:44.812: W/System.err(11435): http://www.google.co.jp/search?q=e574402b 
01-15 14:47:44.812: W/System.err(11435): TwitterException{exceptionCode=[10f5ada3- 
        e574402b], statusCode=403, message=null, code=-1, retryAfter=-1, 
        rateLimitStatus=null, version=3.0.3}ent.java:828) 
011514:47:44.812:W/System.err(11435): 
       twitter4j.internal.http.HttpClientImpl.request(HttpClientImpl.java:177) 

01-15 14:47:44.812: W/System.err(11435): at 
      twitter4j.internal.http.HttpClientWrapper.post(HttpClientWrapper.java:98) 
01-15 14:47:44.812: W/System.err(11435): 
    attwitter4j.auth.OAuthAuthorization.getOAuthRequestToken(OAuthAuthorization.java:122) 



01-15 14:47:44.812: W/System.err(11435): at 
    twitter4j.auth.OAuthAuthorization.getOAuthRequestToken(OAuthAuthorization.java:104) 

01-15 14:47:44.812:W/System.err的(11435):在
twitter4j.TwitterBaseImpl.getOAuthRequestToken(TwitterBaseImpl.java:281)

+0

您讀取錯誤和連接的鏈接? – njzk2

+1

是的,我讀過它,我沒有超越極限。 – Harshad07

+0

這是一個重要的信息,以避免答案,如「你超出了你的極限」。你能否詳細說明驗證過程,斷言你沒有超出上述限制? – njzk2

回答

12

升級您的twitter4j librarytwitter4j-core-3.0.5.jar。我遇到了同樣的問題,並通過升級庫來解決這個問題。