General API question

  1. Your Front end calls your backend
  2. Backend loads/generates an app access token
    3 .Backend uses the token to get the last 3 VODs
  3. Backend returns those videoID’s
  4. Front end draws

You just need to sovle step 2. But the only guide you found is for front end Javascript, when you need to be using backend programming