Login with Facebook
To enable Facebook Auth for your project, you need to set up a Facebook OAuth application and add the application credentials to your Teta Auth.
Authentication comprises of following steps:
- Sign up or Login with your account.
- From the Applications page , click Create App.
- Select the type of app you are developing.
- Insert Name and a Contact email for your app.
- Click Create App, then insert your Password to confirm.
- Once done, click Configure on the Facebook Login service.
- Facebook Login section should appear on the sidebar, go to the Settings.
- Set Redirect url, then Save.
Callback URL
https://auth.teta.so/auth/facebook_callback
- Go to the Settings page, OAuth credentials are at the top of the page.
- To get the Client Secret, you have to click on Show.
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 Facebook and enter the credentials.
- When you are done, save.
- Place a Login with Facebook element in your project.
- Select it and go to Actions.
- Add an On tap action, then select the Facebook option under Teta Auth.
Last modified 5mo ago