Hello,
I am having trouble with a Facebook reel api that i am trying to setup. I was given the data from the Facebook api console to use this data:
curl -X POST "https://rupload.facebook.com/video-upload/v25.0/video_id" \
-H "Authorization: OAuth Your_page_access_token" \
-H "file_url: https://some.cdn.url/video.mp4"
I tried to create the API using this data within Wappler, but i keep getting a message that the parameter is incorrect
However, when i try to test it using POSTMAN, it works out just fine with the same data
Here is the setup of my API in Wappler, but i can’t seem to figure out what the difference is between the 2 that the Post man is successful, but Wappler is not
has anyone had an issue like this and what could be the cause?
here is the link to the page
https://clientcreator.com/dmxConnect/api/facebook/page_post_tester.asp


