Hi,
I can get a list of retweets preformed by a user by using this:
<code>twitter.retweet.user.screen_name == "fredbloggs"</code>
By how do I get all the users who retweeted a @fredbloggs tweet? (hopefully that makes sense!).
I tried this:
twitter.retweeted.mentions in “fredbloggs”
But this only gives the retweet if @fredbloggs is specifically mentioned in the retweet
regards Barry
PS. @fredbloggs is fictional for this example! However I’m sure someone will have that twitter handle