twitter4j no authentication challenges found
问题 Been trying to use twitter4j to post a tweet for couple days now without luck, what i want to do is for a person to post their new top score on their timeline from the app at the end of a round. Here is my code @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_tweetr); Button tweetr = (Button)findViewById(R.id.tweetr); //create a new twitter configuration using user details tweetTwitter = new TwitterFactory()