This folder contains a slim binding for the Facebook SDK which demonstrates simple App Events usage.
dotnet build sample -t:Run -f net9.0-android
dotnet build sample -t:Run -f net9.0-ios
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.
The following app identifiers should be updated in the strings.xml
file of the sample application:
- Replace the
YOUR_APP_ID
string in thefacebook/sample/Platforms/Android/Resources/values/strings.xml
file with your Facebook App ID. - Replace the
YOUR_CLIENT_TOKEN
string in thefacebook/sample/Platforms/Android/Resources/values/strings.xml
file with your Facebook App Client Token.
The following app identifiers should be updated in the Info.plist
file of the sample application:
- Replace the
YOUR_APP_ID
string in thefacebook/sample/Platforms/iOS/Info.plist
file with your Facebook App ID. - Replace the
YOUR_CLIENT_TOKEN
string in thefacebook/sample/Platforms/iOS/Info.plist
file with your Facebook App Client Token.