I'm using YQL with JSON in order to retrieve a Twitter search. It only returns 100 values. Any chance to get more than that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Doesn't look good, friend: "The maximum number of results that can be returned by a YQL query on this table is 100, which is defined by the attribute max." From: http://developer.yahoo.com/yql/guide/yql-tutorials.html |
|||
|
|
The maximum number of items returned by a
For more details, see Paging and Table Limits in the YQL Guide. Be aware that many data providers will rate limit queries against their services, Twitter certainly does. |
|||
|
|