So, basically i have a list of keywords that are strings. I added them in one string. For instance: I have "apple", "obama" and "pencil" words. Thus my newly created string variable will look like this: "apple OR obama OR pencil". This type of search works in both of the code and the search box of the twitter account. Then, I sent that string as a parameter to Search.SearchTweets(). Now, i want to get the keyword from the tweets that returns. Thus, i will know which keyword caused that tweet to return as a result.
Thanks.
Thanks.