For my iOS app, I have a feature for sharing user generated video to Twitter. I am using https://upload.twitter.com/1.1/media/upload.json method and was able to upload my data to Twitter and playback this video on twitter.com successful. However, it suddenly no longer working even I don’t change my code.
I got the upload success from REST API response. However, the video on the Twitter website displayed as “This browser does not support video playback.” And, I found out the video supposed to generated by Twitter doesn’t exist even Rest API provide me the url as part of the response.
Here is the example of the video doesn’t work.
id: 679110621149814785
twitter post url: https://t.co/Pix9bAOrlU
Video url generated by Twitter API: https://video.twimg.com//ext_tw_video//679110172178944000//pu//vid//240x240//as5EJE8QEF4bvlKY.mp4
And, I think this is a bug on the Twitter server which can’t generate the video based on my data uploaded thru REST API.
Can anyone from Twitter to take a look on this issue and let me know if I didn’t anything wrong.
Thanks,
Wing