interface FacebookTriggerNodeParameters {
appId?: string;
authType?: "oAuth2" | "accessToken";
fields?: unknown[];
object?:
| "page"
| "user"
| "group"
| "application"
| "permissions"
| "link"
| "adAccount"
| "certificateTransparency"
| "instagram"
| "whatsappBusinessAccount"
| "workplaceSecurity";
options?: { includeValues?: boolean };
}
Properties§
§
§
§
§
§
readonly app Id?: string
readonly auth Type?: "oAuth2" | "accessToken"
The authentication method to use Default: "accessToken"
readonly fields?: unknown[]
The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an expression. Default: [] Type options: {"loadOptionsMethod":"getObjectFields","loadOptionsDependsOn":["object"]}
readonly object?:
| "page"
| "user"
| "group"
| "application"
| "permissions"
| "link"
| "adAccount"
| "certificateTransparency"
| "instagram"
| "whatsappBusinessAccount"
| "workplaceSecurity"
The object to subscribe to Default: "user"
readonly options?: { ... }
Default: {}
Facebook APP ID