开发者

Modify http://search.twitter.com/search.json?q=%23test to return latest 5 results

Looking at question Get all tweets with specific hashtag

Is it possible to modify http://search.twitter.com/search.json?q=%23test so that just lat开发者_Python百科est 5 results are returned ?

Thanks


According to the documentation there is no parameter to limit the result.

However, rpp limits the results per page. It may not be exactly what you want, but might suffice:

http://search.twitter.com/search.json?q=%23test&rpp=5

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜