@Relax_Station I see that you state you granted permissions to the app, did you select the correct token type ? You need to select “Get App Token” by default it will be set to “Get User Access Token” (which displays as “Get Token” when the dropdown is closed)
Ensure to select “Get App Token” as highlighted below, you can then generate a new token which you use in the n8n trigger node
It seems from the error message that the nodes that have not been configured are causing the error, for testing, I would suggest deleting the nodes that are not configured.
Were you able to solve it? In the META documentation, the Facebook trigger is activated with the app access token. This string is what you should enter in the N8N credentials in the access token field.
Facebook Trigger: (#190) Application Secret required for this endpoint. It’s possible that this key is the one you have in the settings of your app on META.
To do this, you have to go to your app on the META site, go to app settings > basic. A page with data should appear there, where you’ll find the App ID, and next to it, the App Secret. You have to copy that key and paste it below the access token key that you previously pasted in the Facebook trigger node.
In summary: Facebook trigger N8N Credentials Access token field: You generate it from Facebook Api Graph Explorer > access token > (important) selection of get app token. App secret field: META app > app settings > basic > app secret.