Hello, I am using TwitterSearcher and I was wondering if I could search a string with more than one words, e.g. "Big Car" instead of just "Car". Or even multiple words? Thanks
Solved
TwitterSearcher search parameters
Best answer by david_r
According to the Twitter search API documentation, searcing for
big carwill return both "big" and "car". If you search for
"big car"it'll return only the exact phrase.
More info here under Query operators:
https://dev.twitter.com/rest/public/search
Just be aware of the following limitation:
Before getting involved, it’s important to know that the Search API is focused on relevance and not completeness. This means that some Tweets and users may be missing from search results. If you want to match for completeness you should consider using a Streaming API instead.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Login to the community
No account yet? Create an account
An FME Account is required to contribute
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

