Thanks for the idea!
I am trying to do that way but, now I have a new problem. I could observe that:
Thanks
I am trying to do that way but, now I have a new problem. I could observe that:
stream.StartStreamMatchingAllConditions();
//stream.StartStreamMatchingAnyCondition();
they both produce the same tweets. If I have the keywords: Project, key, com, the method StartStreamMatchingAllConditions returns to my program tweets like "This is my best project" or "the effort is the key of winning". I dont know if this behavior is right, is it?Thanks