YouTube API 403 error when website restriction set
Question
I am loading the latest videos from a YouTube channel to WordPress, using the YouTube API:
function load_feed() {
$url = add_query_arg(
array(
'part' => 'snippet',
'channelId' => '[YouTube channel ID]',
'maxResults' => 3,
0
youtube-api
3 years
0 Answers
27 views