English 中文(简体)
页: 1
原标题:Twitter: Number of tweets OR get more tweets

I would like to know how can I get all tweets from a certain hash tag?
I am currently using the following code:

xhr. open(“GET”,http://search.twitter.com/search.json?q=%23PrayFor Japan);

这只给我15条ets。 是否有任何人知道如何使其返回?

此外,我还制定了一部法典,让我看一看某种屏幕名称的 t子,这只回到了20条 t子上来,怎么能够问一下以下20条 t子?

此处使用的代码一是:

iii

我用itan来制造这种情况,但我不认为这是一个问题?

感谢!

最佳回答

通常可以添加<代码>count=x,作为盘点的参数,以达到x tweets(查询机似乎为rpp)。 通过<代码>将彩色弹性参数添加到基流中?,然后通过<代码>&将每个参数分开;,作为<编码>http://api?user=1&count=4。

Most of the time, it is better though to remember the last tweets and then add ?since_id=x as this way you only get tweets you did not see before.

查阅

问题回答

暂无回答




相关问题
PHP - Dealing with GET and POST arrays

In my webapp I have a page called display.php. The script in this page behaves in different ways depending on POST and GET array content/existence, let s say: If I call this page and GET array isset, ...

PHP GET question - calling from a POST call

I have a quick question i hope you guys can answer, i ve got a search system that uses POST to do searches, now i want to track queries using Google Analytics but it requires using GET url parameters ...

Can t use Get in CodeIgniter

So I m using codeigniter and I ve had very letter experience with it so far but here s my issue. I have an if statement I ve set up that says if (@$_GET[ f ] == callback ) then do something, if not, ...

Not using $_GET parameters

In working with CodeIgniter, it appears $_GET is disabled by default. I m wondering why this is. A lot of times, I want to build very long search queries. So for example, I have a form that allows ...

Get Text UIWebView PHP script

Basically my app has a UIwebView which loads a php script with input of user data. The script then uses printf(some info). This all works and it prints it right the UIWebView. Basically what I want to ...

Jquery Ajax or Get doesn t work on SOME IE

<script type="text/javascript"> $(document).ready(function(){ function listadepoimentos(page){ // $.get("ajaxes.php", {act: listadepoimentos , page:page}, ...

热门标签