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 中是否有任何 API 可用于在给定日期之后获取更新?例如。如果我将日期定为 2016 年 1 月 18 日,那么我的预期结果是 2016 年 1 月 18 日之后发生的 Twitter 更新集合。
有点。大多数 API 调用采用可选参数since_id。然后,该调用将只生成 id 大于指定值的项目。这也意味着它们更新。
since_id