Hello,
I just wanted to post a solution, and a question
I have managed to get Facebook Page Video uploads working with the following settings:
So that’s a Read Binary Data node beforehand on the video file and then on the Facebook Graph API node, Send Binary Data ticked with the Binary Property “source:data”. Of course you need to go through all the app and permissions preparation before doing this.
Unfortunately though, this is the “Non Resumable Method”, which has some pretty restrictive time and size limitations. The “Resumable Method” (both methods are detailed here on developers.facebook.com)
The resumable method involves splitting the file into chunks. Is this possible within n8n? I’m self-hosting in a docker container so I assume it is outside of n8n. Any information or even a starting block/example on where I could go to get this working would be amazing.
Many thanks!