[twitter-dev] Re: Search across multiple accounts

2011-02-23 Thread Justin
Fantastic, thanks Taylor...

I had tried that but with = instead of :. Works a treat now :)

Also, thanks for quick response...

On Feb 23, 5:50 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 Hi Justin,

 See this thread for an explanation of how to do multi-user search and/or
 streaming 
 search:http://groups.google.com/group/twitter-development-talk/browse_thread...

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

 On Wed, Feb 23, 2011 at 9:35 AM, Justin justin.realw...@gmail.com wrote:
  Is it possible to perform a search across multiple accounts?

  I've had a look though the search api and can't see anything but I
  could very well have missed something.

  What I'm thinking is something along the lines of:
  ?q=searchQuery+from%3Auser1,user2,user3

  Also (again I can't see anything in the REST documentation straight
  away), is there a way to aggrigate streams of a defined list of users?
  Say; last X tweets from user1, user2 and user3?

  If not part of the twitter api, any suggestions?

  Many thanks

  Justin

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


[twitter-dev] Re: Search across multiple accounts

2011-02-23 Thread Justin
I thought about that but figgured there must be a way to do it more
efficiently - Taylor provided a link (above) to to solution...

Thanks for the suggestion though :-)

On Feb 23, 5:52 pm, yaemog Dodigo yae...@gmail.com wrote:
 Hi Justin,

 you could follow (with the streaming api) users 1,2,and 3. But then you'd
 have to perform the search yourself. Alternatively, you can track (with the
 streaming api) your searchQuery and only keep tweets from users 1,2, and 3.

 Maybe I'm missing something here (e.g., userstreams?)

 -m

 On Wed, Feb 23, 2011 at 9:35 AM, Justin justin.realw...@gmail.com wrote:
  Is it possible to perform a search across multiple accounts?

  I've had a look though the search api and can't see anything but I
  could very well have missed something.

  What I'm thinking is something along the lines of:
  ?q=searchQuery+from%3Auser1,user2,user3

  Also (again I can't see anything in the REST documentation straight
  away), is there a way to aggrigate streams of a defined list of users?
  Say; last X tweets from user1, user2 and user3?

  If not part of the twitter api, any suggestions?

  Many thanks

  Justin

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


Re: [twitter-dev] Re: Search across multiple accounts

2011-02-23 Thread Enrico Miglino
Hi,

The thread regard my question, and the suggested solution works fine. I'm
using now in my application and has no problems.

Enrico

On 23 February 2011 19:39, Justin justin.realw...@gmail.com wrote:

 I thought about that but figgured there must be a way to do it more
 efficiently - Taylor provided a link (above) to to solution...

 Thanks for the suggestion though :-)

 On Feb 23, 5:52 pm, yaemog Dodigo yae...@gmail.com wrote:
  Hi Justin,
 
  you could follow (with the streaming api) users 1,2,and 3. But then you'd
  have to perform the search yourself. Alternatively, you can track (with
 the
  streaming api) your searchQuery and only keep tweets from users 1,2, and
 3.
 
  Maybe I'm missing something here (e.g., userstreams?)
 
  -m
 
  On Wed, Feb 23, 2011 at 9:35 AM, Justin justin.realw...@gmail.com
 wrote:
   Is it possible to perform a search across multiple accounts?
 
   I've had a look though the search api and can't see anything but I
   could very well have missed something.
 
   What I'm thinking is something along the lines of:
   ?q=searchQuery+from%3Auser1,user2,user3
 
   Also (again I can't see anything in the REST documentation straight
   away), is there a way to aggrigate streams of a defined list of users?
   Say; last X tweets from user1, user2 and user3?
 
   If not part of the twitter api, any suggestions?
 
   Many thanks
 
   Justin
 
   --
   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


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