Twitter4J throws exception in TwitterFactory
- by Philipp Andre
Hello Guys,
i'm trying to access twitter via oauth. Therefore, i registered my app, downloaded Twitter4j, added the jars in my Eclipse-Project, and then tried to execute the following code:
Twitter twitter = new TwitterFactory().getOAuthAuthorizedInstance("[key]","[secretKey]);
RequestToken requestToken = twitter.getOAuthRequestToken();…