You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to add a clip button in https://github.com/rakslice/orion/tree/clips . There's no official API for creating a clip but it sounds like some have found the undocumented API relatively straightforward. However I'm getting a redirect to the clips 500 page when I do the initial post. What am I doing wrong? Does play_session_id reference some existing session, and if so can I get one through an API accessible to oauth clients? Or is there some other problem?
The text was updated successfully, but these errors were encountered:
Ah, looks like that value comes from analytics so I'm guessing not. Probably just a twitch scope permissions issue. Not really much to do until they allow clipping in an OAuth scope.
I started to add a clip button in https://github.com/rakslice/orion/tree/clips . There's no official API for creating a clip but it sounds like some have found the undocumented API relatively straightforward. However I'm getting a redirect to the clips 500 page when I do the initial post. What am I doing wrong? Does
play_session_id
reference some existing session, and if so can I get one through an API accessible to oauth clients? Or is there some other problem?The text was updated successfully, but these errors were encountered: