Skip to content

Threads API: threads_publish fails with "The requested resource does not exist" when publishing VIDEO container #70

@khainguyen1108

Description

@khainguyen1108

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions