Today I noticed the #twitter #oembed "provider_name" has changed.
e.g. The JSON returned by this call
previously included
provider_name: "twitter"
but now it comes back with
provider_name: "X"
This is relevant if you're using #WordPress because previously the Gutenberg block markup had the "providerNameSlug" set to "twitter"
but now it is set to "x".
