Get Channel Schedule with App Access Token

Looking for clarification on auth requirements to access the schedule for a single channel. I’m looking to display the schedule for my own channel in my own website. Can I access this with just an app client id and secret?

I have server side scripting that gets an app access token, and would like to then fetch the schedule. Should this be possible? or do I first need to authorize my app with my channel and if that is done, can I make future calls with just the app access token?

I answered my own question. I can do this by using my broadcaster_id/user_id instead of my username. So newb issue.

Yeah to do it “by username”

You’d do a “get users” to convert a username ot a userID then call whatever other endpoint that is user_id only.

This’ll apply to a few endpoints.

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