Skip to content

Facebook Graph Api

Node: facebookGraphApi · Full type: n8n-nodes-base.facebookGraphApi · Version: 1

Credentials

facebookGraphApi (alias: @facebook)

CREDENTIAL @facebook = facebookGraphApi "My Facebook Graph Api"

Parameters

Parameter Type Default Details
hostUrl options "graph.facebook.com" required; graph.facebook.com, graph-video.facebook.com
httpRequestMethod options "GET" required; GET, POST, DELETE
graphApiVersion options "" required; `,v23.0,v22.0,v21.0,v20.0,v19.0,v18.0,v17.0`, ... (25 total)
node string "" required
edge string ""
allowUnauthorizedCerts boolean false
sendBinaryData boolean false required
binaryPropertyName string ""
options collection {} keys: fields, queryParameters, queryParametersJson

options children:

Parameter Type Default Details
fields fixedCollection {} groups: field
queryParameters fixedCollection {} groups: parameter
queryParametersJson json "{}"

Example

NODE "facebookGraphApi" @facebook AS "Facebook Graph Api" {
  node: {{ $json.node }}
}