【发布时间】:2012-05-25 23:13:48
【问题描述】:
我正在按如下方式加载 twitter 状态,而不是 6 个,我得到了 5 个 如果我将其更改为 5,我将得到 4,因此少一个(count=1 给出 0 个状态) https://twitter.com/statuses/user_timeline/user_timeline.xml?count=6
我正在阅读文档,他们提到了转推,我想我没有 但是需要添加这样的参数仍然给我少一个 https://twitter.com/statuses/user_timeline/user_timeline.xml?count=6&include_rts=true
到目前为止,我只是加载了比我需要的更多的内容,并且只展示了 6 个,但有人知道 知道如何正确解决这个问题?
【问题讨论】:
标签: twitter