Facebook Graph API 节点#
¥Facebook Graph API node
使用 Facebook Graph API 节点自动化 Facebook Graph API 中的工作,并将 Facebook Graph API 与其他应用集成。n8n 内置支持多种 Facebook Graph API 功能,包括使用 GET、POST 和 DELETE 查询来获取主机 URL、请求方法等多个参数。
¥Use the Facebook Graph API node to automate work in Facebook Graph API, and integrate Facebook Graph API with other applications. n8n has built-in support for a wide range of Facebook Graph API features, including using queries GET POST DELETE for several parameters like host URL, request methods and much more.
本页列出了 Facebook Graph API 节点支持的操作列表以及更多资源的链接。
¥On this page, you'll find a list of operations the Facebook Graph API node supports and links to more resources.
Credentials
请参阅 Facebook Graph API 凭据 以了解有关设置身份验证的指导。
¥Refer to Facebook Graph API credentials for guidance on setting up authentication.
操作#
¥Operations
- 默认
¥Default
-
GET
-
POST
-
DELETE
-
视频上传
¥Video Uploads
-
GET
-
POST
-
DELETE
参数#
¥Parameters
This node can be used as an AI tool
This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.
- 主机 URL:请求的主机 URL。可以使用以下选项:
¥Host URL: The host URL for the request. The following options are available:
-
默认:请求将传递到
graph.facebook.com主机 URL。用于大多数请求。¥Default: Requests are passed to the
graph.facebook.comhost URL. Used for the majority of requests. -
视频:请求将传递到
graph-video.facebook.com主机 URL。仅用于视频上传请求。¥Video: Requests are passed to the
graph-video.facebook.comhost URL. Used for video upload requests only. -
HTTP 请求方法:此请求要使用的方法,选项如下:
¥HTTP Request Method: The method to be used for this request, from the following options:
-
GET
-
POST
-
DELETE
-
Graph API 版本:用于此请求的 Facebook Graph API 版本。
¥Graph API Version: The version of the Facebook Graph API to be used for this request.
- 节点:要操作的节点,例如
/<page-id>/feed。在 Facebook 官方开发者文档 文档中了解更多关于 Facebook 官方开发者文档 的信息。
¥Node: The node on which to operate, for example /<page-id>/feed. Read more about it in the official Facebook Developer documentation.
- 边缘:要操作的节点边缘。边代表连接到节点的对象集合。
¥Edge: Edge of the node on which to operate. Edges represent collections of objects which are attached to the node.
- 忽略 SSL 问题:切换此控件以在无法进行 SSL 证书验证的情况下仍然下载响应。
¥Ignore SSL Issues: Toggle to still download the response even if SSL certificate validation isn't possible.
- 发送二进制文件:适用于
POST操作。如果启用此功能,则会将二进制数据作为正文发送。需要设置以下内容:
¥Send Binary File: Available for POST operations. If enabled binary data is sent as the body. Requires setting the following:
-
输入二进制字段:包含要上传的文件数据的二进制属性的名称。
¥Input Binary Field: Name of the binary property which contains the data for the file to be uploaded.
模板和示例#
¥Templates and examples