Skip to content
GitHub

Facebook Configuration

Required for Facebook OAuth login. Configure this to enable users to sign in with their Facebook accounts.

Table name: fb_config

FieldTypeDescription
tenant_idCHAR(10)Tenant identifier (Primary Key)
app_idVARCHAR(256)Facebook application ID
app_secretVARCHAR(256)Facebook application secret
  1. Go to Facebook Developers
  2. Create a new app or select an existing one
  3. Add “Facebook Login” product
  4. Configure OAuth redirect URIs
  5. Get App ID and App Secret from Settings → Basic

Facebook authentication uses the basic mandatory configurations: