CMS Development

John
Colaborador líder | Partner nivel Platinum
Colaborador líder | Partner nivel Platinum

Facebook video in oembed field not working?

resolver


I like kudos almost as much as cake – a close second.

0 Me gusta
1 Soluciones aceptada
John
Solución
Colaborador líder | Partner nivel Platinum
Colaborador líder | Partner nivel Platinum

Facebook video in oembed field not working?

resolver

Turns out that Facebook requires authentication to embed content as of October 2020. So the very nature of OEmbed (open embed) is undermined... but whatever. IDK why they're listed in the providers.json file.

Here's the response to the request below (we need a valid app ID)

{
   "error": {
      "message": "(#200) Provide valid app ID",
      "type": "OAuthException",
      "code": 200,
      "fbtrace_id": "A-nRGIiCBPHqiGtMfBBOrgz"
   }
}


I like kudos almost as much as cake – a close second.

Ver la solución en mensaje original publicado

2 Respuestas 2
John
Solución
Colaborador líder | Partner nivel Platinum
Colaborador líder | Partner nivel Platinum

Facebook video in oembed field not working?

resolver

Turns out that Facebook requires authentication to embed content as of October 2020. So the very nature of OEmbed (open embed) is undermined... but whatever. IDK why they're listed in the providers.json file.

Here's the response to the request below (we need a valid app ID)

{
   "error": {
      "message": "(#200) Provide valid app ID",
      "type": "OAuthException",
      "code": 200,
      "fbtrace_id": "A-nRGIiCBPHqiGtMfBBOrgz"
   }
}


I like kudos almost as much as cake – a close second.

dennisedson
Equipo de producto de HubSpot
Equipo de producto de HubSpot

Facebook video in oembed field not working?

resolver

You replied to yourself before I did 😥