I am using nodejs to make an api call to add captions to the uploaded video. The response I am getting is success but the captions are not available on the video.
The video is uploaded using {{fb_page_id}}/videos
. It returns me a videoId of posted video. Once the video is posted, I am calling {{video_id}}/captions
endpoints with caption_file as path to my local file of subtitles. The filename is in the correct format of filename.locale.srt.
Gaurav Shah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.