Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.51 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.51 KB

Facebook Slim Binding

This folder contains a slim binding for the Facebook SDK which demonstrates simple App Events usage.

Build and Run

    dotnet build sample -t:Run -f net9.0-android
    dotnet build sample -t:Run -f net9.0-ios

Configure

The included sample requires some modification to fully function. You will need to log in to a Facebook developer account and configure an app to recieve App Events from this sample. For more details, reference the Get Started (Android) or Get Started (iOS) pages.

Android

The following app identifiers should be updated in the strings.xml file of the sample application:

  1. Replace the YOUR_APP_ID string in the facebook/sample/Platforms/Android/Resources/values/strings.xml file with your Facebook App ID.
  2. Replace the YOUR_CLIENT_TOKEN string in the facebook/sample/Platforms/Android/Resources/values/strings.xml file with your Facebook App Client Token.

iOS

The following app identifiers should be updated in the Info.plist file of the sample application:

  1. Replace the YOUR_APP_ID string in the facebook/sample/Platforms/iOS/Info.plist file with your Facebook App ID.
  2. Replace the YOUR_CLIENT_TOKEN string in the facebook/sample/Platforms/iOS/Info.plist file with your Facebook App Client Token.