Hi Enrico,

You may want to look into using the Streaming API's "follow" feature:
http://dev.twitter.com/pages/streaming_api_methods#follow as it's often a
better fit than repeated polling to the Search API.

With the search API you could format your query as: "from:user1 OR
from:user2 OR from:user3"
Example: curl
http://search.twitter.com/search.json?q=from:episod%20OR%20from:themattharris--
if you decide to use the Search API, be sure and use since_id in
subsequent GETs.

@episod <http://twitter.com/episod> - Taylor Singletary - Twitter Developer
Advocate


On Tue, Feb 22, 2011 at 9:35 AM, Enrico Miglino <enrico.migl...@gmail.com>wrote:

> Hi, I'm creating an app based on QT that show with low frequency (12 times
> per hour) the updated of a set of five different twitter users. This app
> don't need that the user is registered in twetter, he should only see these
> five users posts.
> I tried to use the twitter search api using the clause "from:" to identify
> the user. The problem is that it seems that there is not the possibility to
> query more than one user at a time in these searches. Is it true? Does
> someone know is there is a method in a public api to make this kind of
> search?
>
> Thank you. Enrico
>
> --
> 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 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