With the Twitter Seach API I need to make a case sensitive search with several terms to limit the results to that ones that are only names. Is it possible?
No, that’s no possible on the API itself - you’ll have to filter results out in your own code.
Thanks Andy