在我的应用程序中,我使用 twitter 通过我的应用程序发布状态消息。
它工作得很好,但目前它给了我错误(错误)之类的。
Error getting access token
和 logcat 消息如下。
06-28 12:43:55.741: W/System.err(18705): {"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}
06-28 12:43:55.741: W/System.err(18705): Relevant discussions can be on the Internet at:
06-28 12:43:55.741: W/System.err(18705): http://www.google.co.jp/search?q=6f0f59ca or
06-28 12:43:55.741: W/System.err(18705): http://www.google.co.jp/search?q=451b9f31
06-28 12:43:55.741: W/System.err(18705): TwitterException{exceptionCode=[6f0f59ca-451b9f31], statusCode=410, retryAfter=-1, rateLimitStatus=null, featureSpecificRateLimitStatus=null, version=2.2.5}
06-28 12:43:55.741: W/System.err(18705): at twitter4j.internal.http.HttpClientImpl.request(HttpClientImpl.java:185)
06-28 12:43:55.741: W/System.err(18705): at twitter4j.internal.http.HttpClientWrapper.request(HttpClientWrapper.java:65)
06-28 12:43:55.741: W/System.err(18705): at twitter4j.internal.http.HttpClientWrapper.get(HttpClientWrapper.java:93)
06-28 12:43:55.741: W/System.err(18705): at twitter4j.TwitterBaseImpl.fillInIDAndScreenName(TwitterBaseImpl.java:135)
06-28 12:43:55.749: W/System.err(18705): at twitter4j.TwitterImpl.verifyCredentials(TwitterImpl.java:1251)
06-28 12:43:55.749: W/System.err(18705): at com.twitter.android.TwitterApp$3.run(TwitterApp.java:163)
06-28 12:43:55.749: I/System.out(18705): Here in onError:Error getting access token
06-28 12:43:55.757: E/TWITTER(18705): Error getting access token
06-28 12:43:55.827: W/IInputConnectionWrapper(18705): getSelectedText on inactive InputConnection
06-28 12:43:55.843: W/IInputConnectionWrapper(18705): setComposingText on inactive InputConnection
登录后当我点击Authorize App button
它是给我登录失败吐司
所以任何人都可以帮助我..