TDV Adapter for Pinterest

Build 22.0.8462

Creating a Custom OAuth App

To obtain an OAuthClientId, OAuthClientSecret, and CallbackURL, you first need to create an app linked to your account.

To create an app linked to your account:

  1. Navigate to https://developers.pinterest.com/apps/.
  2. Log in to your account.
  3. Click Create app, specify an app Name and Description then click on Create.
  4. Fill the required details in the form.
    • Set the Auth Callback URL to https://localhost:33333 or a different port of your choice.
    • You can choose whether your app will be accessed by multiple users or only by the owner in collaborators.
  5. After completing the changes the browser will prompt you to save .

Once you are done with creating a new app, it will be displayed on your screen. From there, you can click View Client ID to reveal your newly created app's Client ID and Client Secret. You can now use these credentials to connect to by setting them as the following connection properties:

  • OAuthClientId = Client Id
  • OAuthClientSecret = Client Secret
  • CallbackURL = Auth Callback URL

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462