I use the AJAX plugin to grab this data super easily:
"https://api.twitch.tv/helix/users?login="&TwitchAlias
so long as I use the header given to me by Twitch.
I can also grab information taken from php databases, etc...
HOWEVER, when I try to grab THIS data: tmi.twitch.tv/group/user/and4d/chatters
Nothing comes through at all. As far as I know, because I can simply open that link in a browser, it should work perfectly fine. I mean, I open up the php database, and it'll display fine, both in a browser and in the AJAX Last Data.
When I try to access tmi.twitch.tv/group/user/and4d/chatters I get nothing at all.
Can anyone help? My Twitch Integration has been working great, but this is quite the wall I've hit.