Skip to content

Commit

Permalink
Update documentation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Jan 24, 2024
1 parent e464dd3 commit 1678858
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Resources/doc/AccountsGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,22 @@ PuMuKIT 3.0.x or higher have a new panel to create/modifiy or delete Youtube acc
php bin/console pumukit:youtube:account:create --account={login}
```

9. The first time you configure the account, you must authorize the application to access to your Youtube account.

You must copy the URL and paste on your browser.

You must login with your Youtube account and authorize the application.

When you authorize the application, you will see a code, copy the code and paste on the PuMuKIT PHP container.

The code will be returned on URL as GET parameter "code".

#### Check account connection

To test the account connection you can execute the following command {login} should be the name of the account created.

It will return the list of playlists of the account.

```bash
php bin/console pumukit:youtube:account:test --account={login}
```
Expand Down

0 comments on commit 1678858

Please sign in to comment.