From 33dfd87f65922bb6450efd9340af556cffd1d571 Mon Sep 17 00:00:00 2001 From: Harshil Date: Thu, 12 Nov 2020 15:12:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Minor=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nodes-library/trigger-nodes/FacebookTrigger/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/nodes/nodes-library/trigger-nodes/FacebookTrigger/README.md b/docs/nodes/nodes-library/trigger-nodes/FacebookTrigger/README.md index 40e6680ff..768c1647b 100644 --- a/docs/nodes/nodes-library/trigger-nodes/FacebookTrigger/README.md +++ b/docs/nodes/nodes-library/trigger-nodes/FacebookTrigger/README.md @@ -8,7 +8,7 @@ description: Learn how to use the Facebook Trigger node in n8n [Facebook](https://www.facebook.com/) is a social networking site that makes it easy to connect and share with family and friends online. ::: tip 🔑 Credentials -You can find authentication information for this node [here](../../../credentials/Facebook/README.md). +You can find authentication information for this node [here](../../../credentials/FacebookApp/README.md). ::: ## Object @@ -27,7 +27,7 @@ You can find authentication information for this node [here](../../../credential ## Example Usage -This workflow allows you to receive updates when a user updates their profile on Facebook using the Facebook Trigger node. It also allows you to update the user information in Airtable. You can also find the [workflow](https://n8n.io/workflows/769) on n8n.io. This example usage workflow would use the following node. +This workflow allows you to receive updates when a user updates their profile on Facebook using the Facebook Trigger node. It also allows you to update the user information in Airtable. You can also find the [workflow](https://n8n.io/workflows/769) on n8n.io. This example usage workflow would use the following nodes. - [Facebook Trigger]() - [Airtable](../../nodes/Airtable/README.md) - [Set](../../core-nodes/Set/README.md) @@ -40,7 +40,7 @@ The final workflow should look like the following image. The Facebook Trigger node will trigger the workflow when a user updates their profile on Facebook. -1. First of all, you'll have to enter credentials for the Facebook Trigger node. You can find out how to do that [here](../../../credentials/Facebook/README.md). +1. First of all, you'll have to enter credentials for the Facebook Trigger node. You can find out how to do that [here](../../../credentials/FacebookApp/README.md). 2. Select 'User' from the ***Object*** dropdown list. 3. Enter your app ID in the ***App ID*** field. 3. Click on ***Execute Node*** to run the node.