Having issue connecting facebook node after converting image into binary

I have created a workflow which analyze the image first from google sheet generate a aesthetic image based on that and create caption (all that using OpenAI) for it and then post it on instagram successfully. Now i want to post the same content on my facebook page too, but it is not working. it asked to convert the image into binary which i did using http node and then after that node i created another http node for facebook posting but it is not working.

Do you already have the “Page Access Token”? Not User token.
The node how is converting to binary, are it function correctly?

yes i have both, issue is resolved now. i was using Form Data in parameter type for all fields; caption, image and access_token. then i used n8n binary file for image and it works.

but still it shows error sometimes, but after executing one or two times it works.

1 Like

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