Search
⌃K

Login with Twitter

To enable Twitter Auth for your project, you need to set up a Twitter OAuth application and add the application credentials to your Teta Auth.
Authentication comprises of following steps:
  1. 1.
    Create and configure a Twitter Project
    1. 1.
      Access your Twitter account
    2. 2.
      Create a Twitter Project
    3. 3.
      Create the OAuth Keys for your project
    4. 4.
      Copy your new OAuth credentials
  2. 2.
    Adding credentials to Teta

1. Create and configure a Twitter Project

1.1 Access your Twitter account

1.2 Create a Twitter Project

  • Click on the Create button and select OAuth 2.0 integration.
  • Insert a name for your project and agree to the terms, then click Create.

1.3 Create the OAuth Keys for your project

From your app dashboard screen:
  • Click on Permissions from the left sidebar and add at least 1 of them.
  • Click on Authorization from the left sidebar.
  • Click on Add on the action column.
  • Insert the Callback Url and click on Save changes.
Callback URL
https://auth.teta.so/auth/twitter_callback

1.4 Copy your new OAuth credentials

  • Go to the Setting page, OAuth credentials are at the bottom of the page

2. Adding credentials to Teta

You must add the App credentials to your Teta project.
To add the credentials:
  • Select a Teta project and navigate to Teta Auth.
  • Select Settings.
  • Find Twitter and enter the credentials.
  • When you are done, save.

3. Adding a Login Action

  • Place a Login with Twitter element in your project.
  • Select it and go to Actions.
  • Add an On tap action, then select the Twitter option under Teta Auth.