Hi,
I’m trying to get a count of tweets retweeted by the authenticated user. In the older API v1, I used to loop through all tweets returned by retweeted_by_me call. In the new version this API is not there and hence trying to loop through statuses/user_timeline and looking for retweeted flag set to true to get this count. I’m setting include_rts to true. Any ideas?
Thanks