Hi! I’m using the Facebook Graph API node in n8n to post on Instagram.
Even though the image_url is clearly set and correctly passed (visible in the Set node output), the Facebook API node throws this error:
{
“error”: {
“message”: “(#100) The parameter image_url is required”,
“type”: “OAuthException”,
“code”: 100
}
}
Any idea why this is happening? Is there something wrong with how I’m referencing or formatting the input?

