Skip to content

Commit

Permalink
Merge pull request #53 from Swamp2k9/patch-1
Browse files Browse the repository at this point in the history
Update youtube.mdx
  • Loading branch information
egelhaus authored Feb 5, 2025
2 parents 52f77bb + e1f4d37 commit fae8d26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/providers/youtube.mdx
Original file line number Diff line number Diff line change
@@ -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";

<Callout>
This integration requires that you have a Google account.
Expand Down Expand Up @@ -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

<OAuth2Redirect provider = "youtube" />

### 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.
Expand Down

0 comments on commit fae8d26

Please sign in to comment.