facebook-graph-apifbsdkfacebook-ads

Facebook Graph API - Application App Event Type Parameter Values


I am trying to understand how to use Facebook Graph API to get the parameter values of the app events that I log in my React Native app using react-native-fbsdk-next.

Here is the Facebook documentation that I thought I can use for this, but I can't get it to work to get the parameter values of the specific app event: https://developers.facebook.com/docs/graph-api/reference/application-app-event-type-parameter-values/

The issue is that the documentation does not clearly specify the API endpoint URL, so if anyone knows, that would really help me out


Solution

  • I came to a conclusion that Facebook documentation is inaccurate and there is no such API. Learn to live with the fact that if you pass parameters with App Events, you can not see them anywhere, but just know what they are and use it as needed, e.g. for ads, target audience etc.