Facebook Configuration
Required for Facebook OAuth login. Configure this to enable users to sign in with their Facebook accounts.
Table name: fb_config
| Field | Type | Description |
|---|---|---|
| tenant_id | CHAR(10) | Tenant identifier (Primary Key) |
| app_id | VARCHAR(256) | Facebook application ID |
| app_secret | VARCHAR(256) | Facebook application secret |
Getting Facebook Credentials
Section titled “Getting Facebook Credentials”- Go to Facebook Developers
- Create a new app or select an existing one
- Add “Facebook Login” product
- Configure OAuth redirect URIs
- Get App ID and App Secret from Settings → Basic
Prerequisites
Section titled “Prerequisites”- Tenant Configuration - A tenant must be created first
- Client Configuration - OAuth client must be configured
- Token Configuration - Required for all flows
- User Configuration - Required for all flows
Related Configurations
Section titled “Related Configurations”Facebook authentication uses the basic mandatory configurations: