YouTube API and Laravel

Опубликовано: 29 Сентябрь 2024
на канале: Susan B.
1,057
26

Building on my YouTube API & PHP series, this guide covers how to communicate with the YouTube API from a Laravel application.

→ Notes for this video:
https://codewithsusan.com/notes/youtu...

→ YouTube API & PHP Series Playlist:
   • YouTube API & PHP  

From that series, here are the notes referenced in this video:

→ Part 1 Initial Setup
https://codewithsusan.com/notes/youtu...

→ Part 2 Get Video Details
https://codewithsusan.com/notes/youtu...

→ Part 3 Get all videos from a channel
https://codewithsusan.com/notes/youtu...

→ Part 4 OAuth Connection
https://codewithsusan.com/notes/youtu...

→ Part 5 Edit Video Details
https://codewithsusan.com/notes/youtu...


=== CHAPTERS ===
00:00 Introduction
01:15 Create new Google Cloud API key and store in Laravel configs
02:43 Enable YouTube API
03:10 Import google-api-php-client=
03:45 Code for retrieving the details of a video
06:40 Setting up OAuth Connection - Consent Screen config
10:36 Generate OAuth Client ID config and setting it in the application
13:37 Set up OAuth code
16:22 Adapting the code to use Laravel features
19:07 View for output
20:45 Test it
21:50 Edit a video’s details