Go to OAuth Applications in Account Settings
New OAuth App
button to start obtaining the OAuth 2.0 client_id
and client_secret
values.Fill the details for your OAuth 2.0 application
Confidential Client
or Public Client
https://
URL for security reasons. We block http://
URLs, except when the hostname is localhost
. This exception allows you to use http://localhost
for convenient testing in development mode.Save the OAuth 2.0 configuration
Create
button to save the OAuth 2.0 configurationObtain the client_id and client_secret values
Client ID
and Client Secret
. Store them as client_id
and client_secret
in your application as environment variables so that they can be securely accessed.