Creating a new App

Here are the step-by-step instructions for obtaining OAuth credentials for Twitter:

  1. Go to the Twitter Developer Portal and sign in to your account.
  2. Once you’re signed in, go to “Projects & Apps”, choose the project you want to configure,and in the “Apps” section at the bottom of the page, click the gears icon on the right.
  3. At the bottom of the following page, under “User authentication settings” select “Set up”
  4. Select “App permissions” and “Type of App” you want.
  5. Under “App info” paste the “Redirect URL”:
    1. In the Dynamic dashboard, visit either social account linking on the Info Capture page or in the Social Signup page depending on whether you want to do linking or signup.
    2. Open the Twitter configuration sectione.
    3. Copy the Redirect URL and paste it in the “Redirect URL” field in Twitter Developer Portal.
  6. Enter your “Website URL”.
  7. Click save under the form.
  8. Copy the “Client ID” and “Client Secret” and paste it into “Set up Twitter Auth” Modal in the Dynamic Dashboard.

That’s it! You now have OAuth credentials for your Twitter application that you can use in Dynamic.

If you need more help with configuring the Twitter OAuth App check their docs here.