Here are steps to create basic setup for social accounts linking with Twitter
This may be outdated with recent Twitter changes.
Creating a new App
Here are the step-by-step instructions for obtaining OAuth credentials for Twitter:
- Go to the Twitter Developer Portal and sign in to your account.
- Once you're signed in, select "Settings" in your app card.
- Under "User authentication settings" select "Set up"
- Select "App permissions" and "Type of App" you want.
- Under "App info" paste the "Redirect URL". You can find the valid Redirect URL in Dynamic Dashboard.
- Click "Information capture" card
- Expand "Social Account Linking" section
- Click "Configure" button next to the provider you want to configure.
- Copy the Redirect URL and paste it in the "Redirect URL" field in Twitter Developer Portal.
- Enter your "Website URL".
- Click save under the form.
- 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.
Remember to enable the Twitter and later "Social accounts linking" field in the Information Capture Modal.
If you need more help with configuring the Twitter OAuth App check their docs here.
Updated about 2 months ago