开发者

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

开发者 https://www.devze.com 2023-02-16 23:25 出处:网络
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 ?

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

精彩评论

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