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.Create and configure a Twitter Project
- 1.Access your Twitter account
- 2.Create a Twitter Project
- 3.Create the OAuth Keys for your project
- 4.Copy your new OAuth credentials
- 2.Adding credentials to Teta
- Open the Developer Console.
- 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.
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
- Go to the Setting page, OAuth credentials are at the bottom of the page
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.
- 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.
Last modified 5mo ago