maikupero / find_us_a_game

MIT License
1 stars 1 forks source link

Set up hourly reauthentication through Cron #4

Open maikupero opened 2 years ago

maikupero commented 2 years ago
  1. Need to set up hourly validation for token. Any third-party app that calls the Twitch APIs and maintains an OAuth session must call the /validate endpoint to verify that the access token is still valid. This includes web apps, mobile apps, desktop apps, extensions, and chatbots. Your app must validate the OAuth token when it starts and on an hourly basis thereafter.