Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Twitter REST API 来自动发布状态。有时,多个状态可能会附加相同的图像。
Twitter 是否允许media_id对多个状态使用相同的状态?这可以避免在 Twitter 服务器上多次上传相同的图像。
media_id
不幸的是,您不能media_id在不止一条推文中重复使用相同的内容。如果你尝试,你会得到这个错误:{"code":187,"message":"Status is a duplicate."}。即使您发布带有不同文本的推文,您也会收到错误消息。
{"code":187,"message":"Status is a duplicate."}