twitter / hbc

A Java HTTP client for consuming Twitter's realtime Streaming API
https://developer.twitter.com/en/docs/tweets/filter-realtime/overview
Apache License 2.0
962 stars 373 forks source link

Handler for onBlock? #189

Closed SeloSlav closed 6 years ago

SeloSlav commented 6 years ago

I want to listen to a stream of "block events" from a specific user. Say, for example, that someone blocks another user. I want to mention the blocked user the moment they are blocked by the first user. Is this currently handled?

andypiper commented 6 years ago

User streams is no longer available, so this is not supported in hbc at this time.