Kazaki
February 10, 2015, 3:46am
#1
Hello, I’ve searched quite a bit for the method on how to obtain a channel’s follows faster but without success.
When using the standard public method of obtaining a channel’s followers:
https://api.twitch.tv/kraken/channels/example/follows?limit=1
it seems that it takes quite a bit to update, but when using programs such as nightdev the follow notifications are much faster.
Anyone have any idea on how to do this faster using the WEB API?
night
February 11, 2015, 8:31pm
#2
Because there’s tons of people who are abusing this API to alert of new followers, Twitch caches the endpoint. I’m not sure how their caching is implemented, but I would assume polling the API at a slower rate might help.
Kazaki
February 12, 2015, 4:04am
#3
Thank you for the suggestion, but could you give me a number on that rate, if possible please?
Fugiman
February 12, 2015, 4:21am
#4
Our general rule is that you shouldn’t poll the same endpoint more than once a minute.
1 Like
system
closed
February 22, 2015, 4:21am
#5
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.