Here are some Twitch API examples you can try. And the source for those examples
Most of this examples will prompt for Twitch Auth to get a Token to use to call the API with
Generally those Authentication Links will open a new window, which oAuth Redirect URI's to this window, which will extract the oAuth Access Token from the URL and magic pass it to the original window
How to Implicit auth | Source | For Client Side apps/websites |
Token Checker and Killer | Source | Validate Tokens and revoke then, handy if you find stuff in the wild that shouldn't be there! |
Building a clone of the Directory view | Source | Pretty simple, shows how to "chain" API's together |
A VOD Player that Skips Muted Segments | Source | Enough Said it plays VOD's |
Twitch Player/parent | Source | Implements most of the Emebd JS player functions for test/example purposes |
Some Calendar/Schedule Stuff | Source | |
Channel Information Widget | Source | |
Team Page | Source | A clone of the team page, rougly, for showing how/where to get various data from |
SoundTrack Now Playing + History | Source | |
Extensions Config Tool | Source | A replacement for the Rig's tool |
For further help checkout the Repo or Join us on Discord