twitter-api-java-sdk icon indicating copy to clipboard operation
twitter-api-java-sdk copied to clipboard

Add support for Likes Firehose

Open tomros766 opened this issue 9 months ago • 1 comments

Problem

Currently, this library doesn't support Likes Firehose in any way, this PR adds Likes firehose support with the same interface as other endpoints (e. g. Tweets or Compliance)

Solution

Added LikesApi class that's configurable in the same way as other Api classes, returning stream of likes. We mainly followed the TweetsApi code, adjusting it for Likes Firehose use case.

tomros766 avatar May 27 '24 08:05 tomros766