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,我正在努力了解如何获得我的N推文。我知道我们可以返回的最大数量(大约 3200 条最新推文),但我想访问我知道的特定推文N(即这是我的789th推文(请注意,它真的不是那个特定的 N))。
N
789th
谢谢!
你不能。该推文不包含有关其流中编号的信息。你所能做的就是倒数:你知道你当前的推文编号(statuses_count),然后倒数statuses/user_timeline(分页不是太难,但他们很快就会禁用它)。
statuses_count
statuses/user_timeline