When I send a video stored on my computer to the facebook action ``` curl -X POST -H "Content-Type: multipart/form-data" -F "message=test" -F "media=@video.mp4" "http://localhost:6060/api/v1/actions/facebook" ``` The video seems to upload to facebook, but when I check on my wall, only the message is displayed.