i keep getting the same error when adding a facebook container ID using facebook graph api, even thoough my object id is valid and permissions for instagram business are all set correctly
`
`
i keep getting this error
{
“errorMessage”: “Bad request - please check your parameters”,
“errorDescription”: “Unsupported post request. Object with ID ‘17841475413816161’ does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at Graph API - Documentation - Meta for Developers”,
“errorDetails”: {
“rawErrorMessage”: [
“400 - {"error":{"message":"Unsupported post request. Object with ID ‘17841475413816161’ does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api\“,\“type\”:\“GraphMethodException\”,\“code\”:100,\“error_subcode\”:33,\“fbtrace_id\”:\“AWLbc4Z8tzHIqzZ_FC-KP3v\”}}”
],
“httpCode”: “400”
},
“n8nDetails”: {
“nodeName”: “Creating Container ID”,
“nodeType”: “n8n-nodes-base.facebookGraphApi”,
“nodeVersion”: 1,
“time”: “7/7/2025, 3:38:15 AM”,
“n8nVersion”: “1.100.1 (Cloud)”,
“binaryDataMode”: “filesystem”,
“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][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1193:9)”,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1542:27",
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2108:11"
]
}
}











