Hello,
I’m working on an android app that must to be able to send videos to Twitter.
The app is consuming the REST API via Retrofit, overriding some Fabric’s classes.
There are 3 steps to upload a video and 2 of them are working properly
INIT, APPEND - OK
The last step (FINALIZE) is always returning a BAD REQUEST (HTTP 400) response, the parameters are being sent correctly
After all these tips that all of you wrote above, didn’t work.
PLEASE, could any of you, help me?