I’m trying to upload a video in a Tweet using REST api in my android app.
When trying to initialize upload file session using INIT command, I am getting ‘code: 215, message: Bad authentication data’.
But, authentication works fine, as I’m able to Tweet with only text message using StatusesService.
Any ideas?