Closed vilaureu closed 7 years ago
When using the API to request a list of all followers I am not getting the right number of followers.
I request: https://api.twitch.tv/kraken/channels/channelID/follows Therefore I am using the cursor and a limit of 100. Using this method i make a number of requests until I have all followers.
But now the count of the followers I have requested is 2 less than the number in _total.
The reason is that I get two times only 99 follower per request.
This belongs to https://discuss.dev.twitch.tv and not an inactive bug tracker for obsolete API documentation.
Sorry!
I simply used the link found in the documentation.
https://dev.twitch.tv/docs/
When using the API to request a list of all followers I am not getting the right number of followers.
I request: https://api.twitch.tv/kraken/channels/channelID/follows Therefore I am using the cursor and a limit of 100. Using this method i make a number of requests until I have all followers.
But now the count of the followers I have requested is 2 less than the number in _total.
The reason is that I get two times only 99 follower per request.