Facebook Trigger

Describe the problem/error/question

I’m getting cornfused with the Trigger. I have it set up correctly because I can curl the webhook URL and receive {"message":"Webhook call received"}%. Where I am lost is I selected all of my Pages as available to be accessed. I do not see a way to select which page will cause a trigger in the FB Trigger app. Do I need to go back and select only 1 page if I don’t want this instance of the app to push everything from all the pages? Another question is I have Page selected under Object and Feed under Field Names. Do I need to change those?

What is the error message (if any)?

No error message.

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)


## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->
Nothing has run yet.

## Information on your n8n setup
- **n8n version:**  1.25.1
- **Database (default: SQLite):** 
- **n8n EXECUTIONS_PROCESS setting (default: own, main):**
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** Docker
- **Operating system:** Ubuntu

I do not see a way to select which page will cause a trigger in the FB Trigger app.

Hi @chop249, welcome to the community! Have you had a chance to take a look at the payload your Facebook trigger receives? Depending on the event there should be suitable identifiers attached to it, lik so:

Another question is I have Page selected under Object and Feed under Field Names. Do I need to change those?

This depends on the updates you want to receive. Subscribing to a page feed is a good choice in most cases and it’s even the example case Facebook mentions in their own docs.

@MutedJam Thanks. I am seeing the page in the payload now. I think my compose install is botched. I am trying the compose file in GitHub but am getting a postgres is unhealthy error with that one.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.