- Your Front end calls your backend
- Backend loads/generates an app access token
3 .Backend uses the token to get the last 3 VODs - Backend returns those videoID’s
- 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