Skip to content

Commit fae8d26

Browse files
authored
Merge pull request #53 from Swamp2k9/patch-1
Update youtube.mdx
2 parents 52f77bb + e1f4d37 commit fae8d26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pages/providers/youtube.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
12
---
23
title: YouTube
34
description: How to add YouTube to your system
45
---
56

67
import {Steps, Callout} from "nextra/components";
8+
import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
79

810
<Callout>
911
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
3133
### Step 6 Fill in OAuth Details
3234
Create the OAuth client ID. Select "Web application" as the application type and fill in the details.
3335

36+
Under "Authorized redirect URIs", insert your OAuth2 Redirect URI.
37+
38+
### Add a Redirect URI
39+
40+
<OAuth2Redirect provider = "youtube" />
41+
3442
### Step 7 Activate YouTubes API
3543
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.
3644
Do the same Process with YouTube Analytics API and YouTube Reporting API.

0 commit comments

Comments
 (0)