Hi guys,
I have build a simple IG automation and the flow is working until it hits the FB Graph Node. The error that I receive is:
Bad request - please check your parameters (#10) Application does not have permission for this action
I did the whole setup with installing an FB app, I have the permissions etc:
- instagram_basic → Required for accessing basic Instagram profile data.
- pages_show_list → Required if you’re managing Instagram via a Facebook Page.
- instagram_manage_insights → Allows access to analytics/insights.
- instagram_manage_comments → If you need to manage comments.
- instagram_content_publish → If you want to publish content.
- business_management → Helps with managing connected business assets.
Should I finalize the whole setup? Is that causing the problem?
How will I receive the callback URL?
{
"errorMessage": "Bad request - please check your parameters",
"errorDescription": "(#10) Application does not have permission for this action",
"errorDetails": {
"rawErrorMessage": [
"400 - {\"error\":{\"message\":\"(#10) Application does not have permission for this action\",\"type\":\"OAuthException\",\"code\":10,\"fbtrace_id\":\"AqAfdt-i4f_BABEnNvLFIIc\"}}"
],
"httpCode": "400"
},
"n8nDetails": {
"nodeName": "Create container",
"nodeType": "n8n-nodes-base.facebookGraphApi",
"nodeVersion": 1,
"time": "31-7-2025, 16:29:11",
"n8nVersion": "1.102.4 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeApiError: Bad request - please check your parameters",
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/Facebook/FacebookGraphApi.node.ts:435:12)",
" at processTicksAndRejections (node:internal/process/task_queues:105:5)",
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1212:9)",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1582:27",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2153:11"
]
}
}


