returns an empty response even though i have 2 user created rooms (one for mods and one for everyone)
{
“_total”: 0,
“rooms”:
}
im sending the scopes below during authorization
user:read:email+chat_login
what are the possible reasons for this?
edit: i am using the user-id that was sent during GLOBALUSERSTATE via irc, but it is the same as the id from “https://api.twitch.tv/helix/users” so that cant be the problem unless there is a user id i am missing?
Suggests you are requesting the rooms for the user you have authenticated as.
Surely, you should be requesting the rooms for the broadcaster/channel, and you are authenticating as a different User? Or are you as a broadcaster trying to lookup the rooms on your own channel?
So you have authenticated as bob, and looking up bob’s rooms instead of authenticating as fred and looking up the rooms in bob’s channel?
As per the docs your scopes are “correct” as “any” scope will do.