diff --git a/pages/providers/youtube.mdx b/pages/providers/youtube.mdx index ed73aea..c8053d0 100644 --- a/pages/providers/youtube.mdx +++ b/pages/providers/youtube.mdx @@ -1,9 +1,11 @@ + --- title: YouTube description: How to add YouTube to your system --- import {Steps, Callout} from "nextra/components"; +import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx"; This integration requires that you have a Google account. @@ -31,6 +33,12 @@ Make sure that your consent screen has been configured. Add yourself as a test u ### Step 6 Fill in OAuth Details Create the OAuth client ID. Select "Web application" as the application type and fill in the details. +Under "Authorized redirect URIs", insert your OAuth2 Redirect URI. + +### Add a Redirect URI + + + ### Step 7 Activate YouTubes API Go to Activated APIs and Services. Then click on Activate APIs and Services. Search YouTube Data API v3 and activate the API by clicking it and clicking Activate. Do the same Process with YouTube Analytics API and YouTube Reporting API.