After you integrate Facebook SDK, certain App Events are automatically logged and collected for Events Manager, unless you disable Automatic App Event Logging. You may change this in your app code or through a toggle under App Events in the App Dashboard or Events Manager. Please note in the event of conflicting values between the AutoLogAppEventsEnabled
flag and the toggle, we will honor the value in the ‘Automatic event logging for the Facebook SDK’ toggle. For details about what information is collected and how to disable Automatic App Event Logging, see Automatic App Event Logging.
implementation 'com.facebook.android:facebook-android-sdk:[8,9)'
pod 'FacebookSDK' pod 'FacebookSDK/LoginKit' pod 'FacebookSDK/ShareKit' pod 'FacebookSDK/PlacesKit' pod 'FBSDKMessengerShareKit'
Then run pod update
.