hi,I did this:
$ twurl -H upload.twitter.com "/1.1/media/upload.json" -d "command=INIT&total_bytes=155921&media_type=image/jpeg" | python -m json.tool
{
"expires_after_secs": 86399,
"media_id": 839306071013371905,
"media_id_string": "839306071013371905"
}
$ twurl -H upload.twitter.com "/1.1/media/upload.json" -d "command=APPEND&media_id=839306071013371905&segment_index=0" --file /home/wangdao/TwitterSmartAdsTest/pic/female/twitter_20170301_all_female_me_product_carousel_042263042TD.jpg --file-field "media"
twurl -H upload.twitter.com "/1.1/media/upload.json" -d "command=FINALIZE&media_id=839306071013371905" | python -m json.tool
when I do this,return nothing
twurl -H upload.twitter.com "/1.1/media/upload.json?command=FINALIZE&media_id=839306071013371905"
don`t like document said: