I do not understand how to connect that api to my project.
Vimeo account -> created.
Vimeo APP -> registered.
Vimeo APP (Client Identifier / Client Secrets / Personal access tokens/ ) -> received (generated).
services.php
'vimeo' => [
'client_id' => env('VIMEO_CLIENT_ID'),
'client_secret' => env('VIMEO_CLIENT_SECRET'),
'access_token' => env('VIMEO_TOKEN'),
],
app.php
VIMEO_CLIENT_ID=client_id
VIMEO_CLIENT_SECRET=client_secret
VIMEO_TOKEN=my_app_generated_token
When registered APP, have chosen localhost for app url.
I do not want to use packages, i have task to connect it by myself.
It looks like you're new here. If you want to get involved, click one of these buttons!