I'm using the Twitter API method 'getRetweets' to pull retweets of a specific status ID. The problem I have is that the API only pulls back the new style 'automatic' RTs made using the specific RT button. I need to also pull back old style 'manual' retweets made by placeing the letters 'RT' in front of a tweet.
Anyone have any idea how I can achieve this? At present the only thing I can think of is to use the search method, but that seems like overkill somehow.