I am having trouble with API v1 asking to migrate to API v1.1, can someone guide me where to find the required jar files and changes required in the code where its failing as per the new methods in v1.1 version:
Twitter twitter = new TwitterFactory().getOAuthAuthorizedInstance(consumerKey, consumerSecret,accessTokenNew);
Status status = twitter.updateStatus(tweetMessage);
Thanks in advance for assistance!