Live Twitter Feed

The Live Twitter Feed method returns an array of live tweets related to a live event. This method should be used in conjunction with the Twitter Streaming API with users obtaining an initial state via this endpoint and then receiving future updates through the Streaming API.

The Twitter stream provides live text commentary of a race via @triathlonlive as well as returning event specific hashtags e.g. #WTSEdmonton. The Live Twitter Feed returns an array of Tweet objects which may be filtered to produce the desired outcome.

Where event hashtags are being used if the published parameter is set to false this will return an unfiltered list of all Tweets matching the hashtag. If you wish to use a moderated stream then using published=true will restrict to either approved accounts or moderated comments.

Language
Authorization
Header
Click Try It! to start a request and see the response here!