Android Twitter xAuth example using twitter4j
问题 Android: I am trying the following xAuth example for android share. xAuth Authentication for Twitter Share in Android? System.setProperty("twitter4j.oauth.consumerKey", "your token"); System.setProperty("twitter4j.oauth.consumerSecret", "your token secret"); Twitter twitter = new TwitterFactory().getInstance(login, password); AccessToken accessToken = twitter.getOAuthAccessToken(); //Then you must save your Token and Token secret from AccesToken if (mAccessToken != null) { if (mAccessToken