Is it possible to get a list of my tweets which got quoted by others using the REST API?
It’s available via the streaming api but doesn’t appear to be delivered by any of the REST apis at the moment.
It’s a shame, I’d like them to be delivered over the mentions timeline, as I guess they are a mention in a round about way.
This sort of works if you use the Search API with the the permalink to a Tweet as the query. (“Sort of” because Search API won’t return all tweets - some may be missing, usually because they’re old)
You can also monitor your own tweets, looking for quoted_tweet events in a UserStream: https://dev.twitter.com/streaming/userstreams#types_of_messages