Skip to content

Commit 272ed07

Browse files
authored
Update youtube.mdx
Added OAuth2 Redirect URI details.
1 parent 52f77bb commit 272ed07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/providers/youtube.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Make sure that your consent screen has been configured. Add yourself as a test u
3131
### Step 6 Fill in OAuth Details
3232
Create the OAuth client ID. Select "Web application" as the application type and fill in the details.
3333

34+
Under "Authorized redirect URIs", insert your OAuth2 Redirect URI.
35+
36+
The OAuth2 Redirect URI is the location where the provider will redirect to after trying to login. This needs to set to your Postiz FRONTEND_URL + /integrations/social/ + youtube.
37+
38+
eg: If you are running on a container, and your Postiz URL is: https://postiz.example.com, then your OAuth2 Redirect URI is https://postiz.example.com/integrations/social/youtube
39+
eg: If you are running on localhost, and your Postiz URL is http://localhost:4200, then your OAuth2 Redirect URI is http://localhost:4200/integrations/social/linkedin-page
40+
3441
### Step 7 Activate YouTubes API
3542
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.
3643
Do the same Process with YouTube Analytics API and YouTube Reporting API.

0 commit comments

Comments
 (0)