Hi,
I receive this error when trying to make a tweet with image.
Response Status: '400 Bad Request' Response Code: 400 Response Body: {"errors":[{"code":44,"message":"media parameter is invalid."}]}
I’ve tried different images. For images larger than 3MB, it does return media Id. However, when trying to use that media Id, it says “media parameter is invalid”. Everything works fine with images less than 3MB. The image format are jpg and png
Shouldn’t the limit be 5MB according to the documentation?