You can retrieve the embed HTML and associated metadata of public Threads posts.
GET /oembed?url=...Retrieve the embed HTML of a public Threads post. See Embed a Threads Post for more information.
With standard access, only posts from official Meta accounts can be embedded. These include @meta, @threads, @instagram, and @facebook. Advanced access is required to embed other public Threads posts.
| Name | Description |
|---|---|
string
| Required. Another way to make calls to the Threads API on behalf of an app without using a generated app access token, you can pass your app ID and app secret as the |
string
| Required. https://www.threads.net/@{username}/post/{media-shortcode}/ |
int64
| Optional. |
| Name | Description |
|---|---|
string
| The HTML used to display the post. |
string
| Name of the provider (Threads). |
string
| URL of the provider (https://www.threads.net/). |
string
| The oEmbed resource type. See https://oembed.com/. |
string
| Always 1.0. See https://oembed.com/. |
int32
| The width in pixels required to display the HTML. |