Tweets are not posted using Fabric
问题 I’m trying to post tweets form my android application. After the user authorize my application to use its account, normally the tweet have to be posted automatically but in my case, nothing happened. The authentication part works fine, the problem is in the share part. Using Fabric, this is how I post the tweet: TwitterSession session = Twitter.getSessionManager().getActiveSession(); StatusesService statusesService = Twitter.getApiClient(session).getStatusesService(); statusesService.update