justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 381 forks source link

Inaccurate number of followers #684

Closed vilaureu closed 7 years ago

vilaureu commented 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.

freaktechnik commented 7 years ago

This belongs to https://discuss.dev.twitch.tv and not an inactive bug tracker for obsolete API documentation.

vilaureu commented 7 years ago

Sorry!

I simply used the link found in the documentation.

https://dev.twitch.tv/docs/

grafik