You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/providers/youtube.mdx
+31-23Lines changed: 31 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,21 @@ Follow the instructions as availabe in the [Obtaining authorization credentials]
15
15
16
16
<Steps>
17
17
18
-
### Step 1 Go to Credentials Page
19
-
Make sure you are logged in to your Google account and visit the [Credentials - APIs & Services](https://console.cloud.google.com/projectselector2/apis/credentials) page. Make sure to read the terms and conditions and "Agree and Continue".
18
+
## General Setup
20
19
21
-
### Step 2 Create Project
22
-
Create a new project by clicking on the "Create Project" button.
20
+
### Go to Credentials Page
21
+
Make sure you are logged in to your Google account and visit the [Credentials - APIs & Services](https://console.cloud.google.com/projectselector2/apis/credentials) page. Make sure to read the terms and conditions and "Agree and Continue".
23
22
24
-
### Step 3
25
-
Fill in the project name, and details and click "Create".
23
+
### Create Project
24
+
Create a new project by clicking on the "Create Project" button. Fill in the project name, and details and click "Create".
26
25
27
-
### Step 4 Create OAuth Credentials
26
+
### Create OAuth Credentials
28
27
Create credentials by clicking on the "Create Credentials" button. Select the "OAuth client ID" option.
29
28
30
-
### Step 5 Configure Consent Screen
31
-
Make sure that your consent screen has been configured. Add yourself as a test user of the application.
29
+
### Configure Consent Screen
30
+
Make sure that your consent screen has been configured.
32
31
33
-
### Step 6 Fill in OAuth Details
32
+
### Fill in OAuth Details
34
33
Create the OAuth client ID. Select "Web application" as the application type and fill in the details.
35
34
36
35
<OAuth2Redirectprovider="youtube" />
@@ -39,35 +38,44 @@ Under "Authorized redirect URIs", insert your OAuth2 Redirect URI.
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.
44
-
Do the same Process with YouTube Analytics API and YouTube Reporting API.
45
-
46
-
</Steps>
47
-
48
41
After following all of the steps above you should be met with a screen that shows your client ID and client secret. Add these to your providers configuration.
Go to "Enabled APIs and Services". Then click on "Enable APIs and Services". Search "YouTube Data API v3" and activate the API by selecting it and clicking "Enable". Do the same Process with "YouTube Analytics API" and "YouTube Reporting API".
0 commit comments