Hej, I dont know why I actually only get the live channels returned.
Twitch.api({ method: ‘streams/followed’, params: {stream_type: ‘all’ } }
is this a bug?
Hej, I dont know why I actually only get the live channels returned.
Twitch.api({ method: ‘streams/followed’, params: {stream_type: ‘all’ } }
is this a bug?
That API end point streams
will only return live streams
if you want the full follower list you need to pull users/:user/follows/channels
as documented:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.