Hello,
I want to tweet with one picture (or more), and at first, i have uploaded files with this command :
twurl -H upload.twitter.com -X POST “/1.1/media/upload.json” --file “medias/media.gif” --file-field “media”,
return one media_id, so i take it.
After, i try to execute this command:
twurl -d ‘status=Testing twurl’ -d ‘media_ids=567761338186096640’ -d ‘media_ids=567761396096827393’ -d ‘media_ids=567761373896376321’
But the following message error appear :
{“errors”:[{“code”:324,“message”:“The validation of media ids failed.”}]}
Somone know why ?
Thank you for your time.