Listen to unfollows

Is it possible to detect if a unfollow occurs on a channel?

I was reading the documentation but didn’t find anything. I want to listen to unfollow events.

No, it’s by design that there is not an unfollow event. If you wish to detect unfollows you would need to periodically poll the User Follows endpoint, cache the result, and compare each subsequent array of results to the previous.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.