Does anybody know if there is an authoritative list of fields that can be returned by the Facebook Social Graph API? For example the fields returned by an Author object are different to a Company object. Is there a list of all the possible fields and the data types?
The Graph API is the primary way to get data into and out of the Facebook platform. It's an HTTP-based API that apps can use to programmatically query data, post new stories, manage ads, upload photos, and perform a wide variety of other tasks.
You can access Page Insights by typing /insights after the name of your page in the URL field. This command will retrieve all of the Insights associated with your Page. Type "/insights" after your company name. Click the Submit button.
API Version Deprecations: As part of Facebook's Graph API and Marketing API, please note the upcoming deprecations: August 3, 2021: Graph API v3. 3 will be deprecated and removed from the platform. August 25, 2021 Marketing API v9.
There is a tool called graph API explorer. https://developers.facebook.com/tools/explorer
you can search for field names by typing on "search for a field" on the left side
If you want to discover all field available to return on an endpoint Simply add metadata=1 to your query... Like https://graph.facebook.com/me?metadata=1&acccess_token="PUT A VALID ACCESS TOKEN"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With