[twitter-dev] User Search API

2011-06-18 Thread Amit Debnath
The user search API was working quite well till last friday. But now there 
is a problem. The first page in our site loads (20 accounts), but we can't 
seem to get any results for the next page(page 2 and onwards). Has the API 
been limtied to first 20 results? If not, then was their any other change 
that we should take into consideration.

We're using the Jaisen Mathai library.

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


[twitter-dev] User Search

2011-03-16 Thread arnaud
Hello everybody, i try to make a little app wich use the twitter API.
I get the access token and i want to make a user search but i can't
find the good url.

I tried this : http://api.twitter.com/1/users/show.xml?
screen_name=dougw just to know if it works and i get this :

?xml version=1.0 encoding=UTF-8?
user
  id1401881/id
  nameDoug Williams/name
  screen_namedougw/screen_name
  locationSan Francisco, CA/location
.

It's fine but then i tried this : http://api.twitter.com/1/users/
search.json?q=Doug%20Wiliams
and i get this  :  The remote server returned an error: (401)
Unauthorized.

I don't understand why it doesn't work ...

Thank you.

-- 
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


[twitter-dev] User Search API

2009-07-11 Thread SamirR

Are there plans to implement user search in the API (http://
twitter.com/search/users?q=)? Thanks!

Samir