So, I’m trying to set up the Facebook Trigger to get notified when someone comments on one of my Facebook Posts. I’ve precisely followed the steps at Facebook App credentials | n8n Docs. I do successfully receive test webhooks (When I click “Test” in the Facebook App/Webhook interface). However, I’m still not receiving the webhook when someone comments on my post.
After Googling it a bit, it sounds like maybe I needed a Page Access Token instead of a User Token. So I created one of those, and inserted it in as the “Verify Token” under Webhooks in my Facebook App, and I also added it as the Access Token in n8n. However, now when I click “Test Step” in n8n, I get this error: “Facebook Trigger: (#190) Application Secret required for this endpoint”
So then I grabbed my App Secret from my Facebook App, and pasted in the App Secret field for my Facebook Credentials, but I still get the same error: “Facebook Trigger: (#190) Application Secret required for this endpoint”, even though I added the App Secret?
Same here, I cannot receive any events from the actual Facebook page. Everything works from Test Event mode in Facebook Developer Console. Has anyone resolved this issue yet?
It has been many days troubleshooting and trying so many different options.