Hey guys,
When I create a post with media_type = VIDEO using the Threads API, the container is created successfully. However, when I try to publish the post using the following endpoint:
{{api_host}}/me/threads_publish?creation_id={{container_id}}
the request fails with the following error response:
{
"error": {
"message": "The requested resource does not exist",
"type": "OAuthException",
"code": 24,
"error_subcode": 4279009,
"is_transient": false,
"error_user_title": "Không tìm thấy file phương tiện",
"error_user_msg": "Không tìm thấy file phương tiện có ID 18058571375416420.",
"fbtrace_id": "AOxKXdpgjW6_ToP1OrPobtf"
}
}
The error indicates that the media file with the specified ID cannot be found.