Problem in node ‘Creating Container ID‘ Bad request - please check your parameters

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"
]
}
}

Did you replace the node id here?

Or you can try to use me if you want to post as yourself.


Oh I see the error message about 17841475413816161

Looks like this node is not having the permission to post.

Hi there! Welcome to community.

Lemme help you.

First, I’m sorry that my screenshot is in Indonesia language, but it doesn’t matter

  1. Copy the app id (Mine use english, u can copy the number beside ‘ID Aplikasi’/‘App Id’

  1. Put in App ID Fields

  1. Copy the secret key in Instagram App (In this image it’s named ‘Rahasia Aplikasi Instagram’)

  1. Paste it to your credentials

  1. Last one, go to Graph API Explorer - Meta untuk Developer

Add some permission (mine instagram related)

Choose ‘Dapatkan Token Aplikasi’, in english is ‘Get App Token’

Copy the token field to n8n Access Token.

Youtube Video that might be helpful

1 Like


i set the access token and added permissions as expected. i keep getting same error after also trying to set to me.

n8n is only requesting for access token no app secret

I guess you are using user token and insert it to Access Token field, what I suggest is you need to use App token instead user token

Here is the issue i am facing when i try to add the generated App token, i have tried it before same error.


Do not worry with that error, that’s fine when you use Facebook graph api. Just try to connect

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