[twitter-dev] Re: Searching recent tweets?

2010-12-02 Thread abruton
Thank you. Didn't know about this. This seriously affects my new
venture... will have to rethink it...

Damm. Any way to include a person in the index? Search enough times
will include it? Or something similar?

Thanks

Andre

On Dec 2, 4:58 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 The Search Index does not include all tweets that are created on Twitter.
 See this help desk article for more 
 information:http://support.twitter.com/articles/66018-my-tweets-or-hashtags-are-m...

 Taylor







 On Thu, Dec 2, 2010 at 2:55 AM, abruton andrebru...@gmail.com wrote:
  Hi

  There seems to be a problem with searching tweets. I can see the tweet
  online but the search returns no results. Am I missing something? I
  follow @twitterapi and @support so I monitor what is happening to the
  feed. There doesn't seem to be any issues at the moment.

  The string I'm using is:
 http://search.twitter.com/search.json?q=%23flashmodfiresale

  This returns the following:

  {results:[],max_id:10256807192694784,since_id:0,refresh_url:?
  since_id=10256807192694784q=%23flashmodfiresale,results_per_page:
  15,page:1,completed_in:

  0.00782,since_id_str:0,max_id_str:10256807192694784,query:%23fla 
  shmodfiresale}

  Best regards

  Andre

  --
  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: Searching recent tweets?

2010-12-02 Thread Matt Harris
Hi Andre,

You may find the Streaming API more suitable for this:
http://dev.twitter.com/pages/streaming_api

The streaming API allows you to 'track' words and have the Tweets which match 
streamed directly to you. That way, as long as you have an open connection to 
the Streaming API, Tweets will be streamed to you almost the instant they are 
created.

Hope that helps,
@themattharris

On Dec 2, 2010, at 9:41, abruton andrebru...@gmail.com wrote:

 Thank you. Didn't know about this. This seriously affects my new
 venture... will have to rethink it...
 
 Damm. Any way to include a person in the index? Search enough times
 will include it? Or something similar?
 
 Thanks
 
 Andre
 
 On Dec 2, 4:58 pm, Taylor Singletary taylorsinglet...@twitter.com
 wrote:
 The Search Index does not include all tweets that are created on Twitter.
 See this help desk article for more 
 information:http://support.twitter.com/articles/66018-my-tweets-or-hashtags-are-m...
 
 Taylor
 
 
 
 
 
 
 
 On Thu, Dec 2, 2010 at 2:55 AM, abruton andrebru...@gmail.com wrote:
 Hi
 
 There seems to be a problem with searching tweets. I can see the tweet
 online but the search returns no results. Am I missing something? I
 follow @twitterapi and @support so I monitor what is happening to the
 feed. There doesn't seem to be any issues at the moment.
 
 The string I'm using is:
 http://search.twitter.com/search.json?q=%23flashmodfiresale
 
 This returns the following:
 
 {results:[],max_id:10256807192694784,since_id:0,refresh_url:?
 since_id=10256807192694784q=%23flashmodfiresale,results_per_page:
 15,page:1,completed_in:
 
 0.00782,since_id_str:0,max_id_str:10256807192694784,query:%23fla 
 shmodfiresale}
 
 Best regards
 
 Andre
 
 --
 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