For the moment just when a stream is live. But I’ll probably want to get follows and subs too at some point down the line.
I didn’t realize there are parts of the API that don’t require authentication. At first I thought there were but then when I tried to perform API calls I kept getting rejected.
Could it be something along the lines of me not having a web server at the url that the app has set? If this is the case is there a way to use the API without that? Most API’s I’ve used just respond with a json response and are a dodle, I can usually visit them just in my web browser.