Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions pages/providers/youtube.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ 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" />

The redirect URI is the URL that YouTube will redirect to after you have logged in. Assuming you are running Postiz on `postiz.example.com`, this would be: `https://postiz.example.com/integrations/social/youtube`. Alternatively if you are running on `localhost:4200`, this would be `http://localhost:4200/integrations/social/youtube`. You only really need one of these, depending on where you are running Postiz.

You can find this in the **OAuth2** section of the Discord Developer Portal.

### 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
Loading