Hej I cant figure out how to pull data from a sub category, in this example I want to get the list of followers from a User
Edit.
This is the code is now working for the live channels but I only get [object Object] as response and i cant figure out how to use the limit optional.
The user in user.display_name in the working example is from the function (error, user). You’re looking for user.streams in your example, though you should probably rename user in your function to be more descriptive of what it contains.
for (var x=0;x<user.streams.length;x++) {
console.log(user.streams[x];
}
Is a quick n’ dirty iterator.
And yes streams/followed will only returns live streams you follow, if you want ALL channels you follow check this endpoint instead Twitch Docs, Channels a user follows