Skip to main content
Version: 1.6.0

Facebook

Configuration is done via the Settings Inspector in Unity.

Configuration is applied automatically at build time for each platform.

Platform markers

The following markers are used to indicate platform availability of parameters and features:

  • (no marker) — Shared parameter or feature
  • 🍏 — iOS-specific parameter or feature
  • 🤖 — Android-specific parameter or feature
  • ⚠️ — Not implemented in the Unity plugin yet

Ask your release manager for the required parameters before configuring the SDK.

Settings Inspector

Fill in the following fields:

FieldDescription
Facebook EnabledEnables/disables Facebook SDK
Facebook Auth EnabledEnables/disables Facebook authorization in the SDK
Facebook App IDYour Facebook application ID
Facebook Client TokenYour Facebook Client Token

Notes

  • Facebook Enabled
    • If disabled, Facebook login will not be available.
  • Facebook Auth Enabled
    • When enabled, Facebook login is available to users (Facebook SDK required to be enabled).
    • When disabled, Facebook authorization is disabled (the SDK may still initialize Facebook internally if applicable).