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.
在我的应用程序中,我可以成功读取和发送推文和直接消息,还可以读取它们各自的 ID。
理论上是否会发生某些推文的单个 ID 等于某些直接消息的 ID?
不会。Twitter的Snowflake意味着所有 ID 都是唯一的。因此,DM 和 Tweet ID 之间永远不会发生冲突。