From what i can read from the documentation then it’s not possible to retrieve simple data like bio, total followers and subscriptions count without User OAuth.
I’m creating a small game website where you have to choose which streamer you prefer, like the other Versus website you see around the web. But i want current data, not old data that i have to manually replace, is it possible to get this information without user OAuth?
Okay i got most of it down, but i have a small problem with authorization.
As you can see my access_token does have the scope required, but my call to https://api.twitch.tv/helix/subscriptions?broadcaster_id=xxxxx gives a respond back that i need the scope.
You need authorization from the broadcaster to get the broadcasters subscriber count. (Since knowing the count lets you estimate the casters income from Twitch)
I missed this in your original message, as your topic is “general channel information” and this item isn’t general really.
Yes but it doesn’t have a user, so you won’t be able to get the users subscribers count (or email address) as there is no user on the token
I answered that. It’s “privileged” information, owned by the broadcaster
Same thing with the broadcasters email address. thats private to the caster, since the email on their account could differ from their public/contact email