Given a tweet ID, this node searches for corresponding retweets or IDs of retweeter.
Twitter API accepts a determined amount of requests in a 15 minute windows. For more details see API Rate Limits and Rate Limits: Chart . The amount of request is limited to 15 (user authentication) or 60 (application authentication), respectively. See GET statuses/retweets/:id and GET statuses/retweeters/ids .
Please note that Twitter's search service and, by extension, the Search API is not meant to be an exhaustive source of retweets or retweeter IDs. Not all retweets and retweeter IDs will be indexed or made available via the search interface.
- Type: TwitterTwitter API ConnectionConnection to Twitter's API.
- Type: TableTableTable containing tweet IDs.