Here how i inits the twitch api:
Twitch.init({clientId: 'YOURAPPTOKEN'}, function(error, status) {
You can get app token from here http://ru.twitch.tv/settings/connections ‘Register your application’ button.
Here how i inits the twitch api:
Twitch.init({clientId: 'YOURAPPTOKEN'}, function(error, status) {
You can get app token from here http://ru.twitch.tv/settings/connections ‘Register your application’ button.