Re: [twitter-dev] Search API returns only 15 results, even if rpp=100?

2010-06-22 Thread Jonathan Reichhold
There are plenty of results for this, but your url is encoded incorrectly http://search.twitter.com/search.atom?q=microsoft+OR+%23ms+OR+lnk.ms+OR+msft+OR+%23surface&rpp=100 # is %23 in url-encoded form As the query exists it is "microsoft OR " with a page reference. Jonathan On Tue, Jun 22, 20

Re: [twitter-dev] Search API returns only 15 results, even if rpp=100?

2010-06-22 Thread John Kalucki
Try a less complex query, and you should get more results. On Mon, Jun 21, 2010 at 8:39 PM, Josh Santangelo wrote: > For example, this query: > https://search.twitter.com/search.atom?q=microsoft+OR+#ms+OR+lnk.ms+OR+msft+OR+#surface&page=1&rpp=100&result_type=recent > > Is there any way to get a

[twitter-dev] Search API returns only 15 results, even if rpp=100?

2010-06-22 Thread Josh Santangelo
For example, this query: https://search.twitter.com/search.atom?q=microsoft+OR+#ms+OR+lnk.ms+OR+msft+OR+#surface&page=1&rpp=100&result_type=recent Is there any way to get a larger number of results per page? thanks, -josh