statuses.oembed
GET
/statuses/oembed.json
the creation of an embedded representation of a Tweet on third party sites. See the oEmbed
specification (http://oembed.com) for information about the response format. Either the id or url
parameters must be specified in a request, it is not necessary to include both. While this endpoint
allows a bit of customization for the final appearance of the embedded Tweet, be aware that the
appearance of the rendered Tweet may change over time to be consistent with Twitter's Display
Guidelines (https://dev.twitter.com/terms/display-guidelines). Do not rely on any class or id
parameters to stay constant in the returned markup.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.twitter.com/1.1/statuses/oembed.json'
响应示例响应示例
{}
请求参数
无
返回响应
修改于 2024-09-24 06:06:38