How to use Bing's search API?

Can I use search operators with Twitter's Streaming API?

  • http://search.twitter.com/operators It's seemingly not possible to use these with the Streaming API. Will this ever be possible?

  • Answer:

    The Twitter search operators are only supported by the web interface to Twitter and the search API. The streaming API has a different way of filtering the tweets you receive. It let's you filter the general firehose (all public tweets) in any combination of the following three ways: 1. Users - get all tweets from a specified list of users 2. Keywords - match a list of keywords - AND and OR are supported, but quotation phrases and other twitter search operators are not 3. Locations - get all tweets in a geographic area (box) defined by lat/long coordinates Any additional filtering you might want to do to mimic the search API operators must be done on your end, after you've received the tweets.

Jason Ford at Quora Visit the source

Was this solution helpful to you?

Other answers

Only AND and OR are supported on the Streaming API. Post-process the results to add more sophisticated operators.

John Kalucki

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.