VIADEO_CLIENT_ID: Viadeo OAuth client IDVIADEO_CLIENT_SECRET: Viadeo OAuth client secret
Ensure you have the required APIs enabled, then add the VIADEO_CLIENT_ID and VIADEO_CLIENT_SECRET environment variables to your .env file.
To acquire the VIADEO_CLIENT_ID and VIADEO_CLIENT_SECRET, follow these steps:
-
Creating an App on Viadeo:
- Navigate to the Viadeo Developer Portal.
- Sign in with your Viadeo account.
- Create a new application and provide the necessary details.
- Upon creation, you will be issued a
Client IDandClient Secret.
-
Setting Up Environment Variables:
-
After obtaining the
Client IDandClient Secret, add these values to your.envfile:VIADEO_CLIENT_ID=your_client_id_here VIADEO_CLIENT_SECRET=your_client_secret_here
-
basic(to access user profile)email(to access user email)