This guide walks you through the process of setting up Facebook OAuth for authentication in Fourt.io.
Note: To setup Facebook authentication on Fourt.io you will need a Facebook application. For detailed instructions from Facebook, refer to this official guide: Create an App (opens in a new tab)
Facebook Social Authentication setup
- Refer to Facebook’s official guide above to set up your Facebook app.
- In your app, navigate to App settings → Basic to get your App ID.
- Add the following URL in the Valid OAuth Redirect URIs section of your Facebook app settings:
https://auth.api.fourt.io/v1/oauth
. - Log in to the Fourt.io Dashboard (opens in a new tab) and select the
App
you are enabling Facebook authentication for. - Navigate to the Settings tab and in User Authentication select Facebook.
- Enable Facebook as an authentication provider and add the App ID credential.
- Save the settings.
Once the credential is added, Facebook OAuth will be enabled for your application and your Users
will be able to authenticate using their Facebook account.