【发布时间】:2017-01-30 21:38:49
【问题描述】:
根据their docs:
API.user_timeline([id/user_id/screen_name][, since_id][, max_id][, count][, page])
Returns the 20 most recent statuses posted from the authenticating user or the user specified. It’s also possible to request another user’s timeline via the id parameter.
那么我怎样才能从一个人的时间线上获得超过 20 条推文呢?文档没有显示如何...该用户需要进行身份验证吗?
【问题讨论】: