When I try to tweet a video using the REST API I keep getting the following error:
‘{“errors”:[{“message”:“Over capacity”,“code”:130}]}’ }
I get this error in the first step for the init command. The parameters Im sending are:
{command:“init”, media_type:“video/mp4”, total_bytes:111901}
P.S: The media/upload API for the image works fine.