I’m coding a c# app that uses api.twitch.tv/kraken/streams but the number of viewers and followers doesn’t seem to update in real time. I researched this topic and I found that kraken api only gets updated once in 5 minutes. So, how I’m supposted to make my app? Is there any other ways? Thanks for your time.
The same way as everyone else does.
You poll http://api.twitch.tv/kraken/streams
and live with the caching.
Since everyone gets the same value anyway as we all look in the same place…
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.