Hi,

i have a requirement of fetching more than 20 people search results
from the Twitter API.

As per http://dev.twitter.com/doc/get/users/search, the "page"
attribute allows us to get the nth page of a search.
So i can make multiple HTTP requests to get more people.

However, i couldn't find a way to pass this "page" parameter in the
@Anywhere Javascript API.

"T.User.search(query)" takes only one argument for the q paremeter to
be used in the HTTP API.

Why is it not allowed through the JS API while it is allowed in the
HTTP API?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to