Open
Description
Hello linvi,
I get that error : System.IndexOutOfRangeException: Index was outside the bounds of the array.
I used to have no error before I add so many words to track.
I added words contain '-' character like stream.AddTrack("abcd-e");
So what can I do ?
I also plan add words contain speacial chrachters like ê, î, is it okey to track this words ?
finally last question, you specify here // OR tweets containing both 'tweetinvi' AND 'rocks'. stream.AddTrack("tweetinvi rocks");
what if I want exapt phrase should I use double quotation mark ? Thank you so much.