But i do not understant, my media have correctly been uploaded because when i do this:
twurl -H upload.twitter.com -X POST “/1.1/media/upload.json” --file “medias/media.gif” --file-field “media”
return the following messsage: {“image”:{“w”:400,“h”:340,“image_type”:“image/gif”},“media_id”:5685904978503270
40,“media_id_string”:“568590497850327040”,“size”:1462}
But after, i’m trying to do this:
twurl -d ‘status=Testing twurl’ -d ‘media_ids=568590497850327040’ -X POST /1.1/statuses/update.json
return the following messsage:
{“errors”:[{“code”:324,“message”:“The validation of media ids failed.”}]}
Thank you for your help.