Hi!
I tried to implement this but I think I am missing something… This code actually does not throw any error but the tweet does not appear as retweeted in the user’s main page.
TwitterApiClient twitterApiClient = TwitterCore.getInstance().getApiClient();
twitterApiClient.getStatusesService().retweet(tweetId, true);
Can anyone help me?