I am using the linqtotwitter (v3.1.2) library to stream tweets into an app but we don't want to process retweets. When I received a retweet the properties retweeted and RetweetedStatus.ID are always false and 0.
Is this a bug in the library? I have looked at the source code in GitHub and it looks like it should work.
At the moment I just checking to see if the tweet starts with "RT " but that isn't 100% accurate of course.
This appears to be a bug in the library. I have coded around the issue by checking if the tweet text begins with "RT ". Not ideal but it worked for my purpose.