JSONP with hosts API

I’ve been trying to use the undocumented hosts API at http://tmi.twitch.tv/hosts?include_logins=1&target=[user id] but it needs JSONP compatibility with the callback parameter. Or at least, I can’t seem to get it to work.

I’m using javascript and only javascript at the moment, no php.

It’s undocumented and don’t designed for how you are trying to use it as Twitch can and will change it at anytime.

So it doesn’t support JSONP as far as I know and I don’t expect it to sine the only place that data is called is on the Twitch Dashboard internally.

Any other ideas on how to make a list of users that have hosted the user’s channel?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.