I'm using the Twitter REST API to automate posting statuses. Sometimes, it may be possible that multiple statuses can have the same image attached.
Do Twitter allow to use the same media_id
for multiple statuses? This could avoid to upload multiple times the same image on the Twitter servers.