I'm doing a search tool using the twitter API to get tweets. However, I have a problem related to retweets, with every search I make, more than half of the results are retweets. Is there a way I can filter retweets without using '-RT' while fetching? (even with the -RT I still get several retweets that do not contain it)
My search tool is in php and the lib I'm using is TwitterOAuth.