CMS Development

John
Contributeur de premier rang | Partenaire solutions Platinum
Contributeur de premier rang | Partenaire solutions Platinum

Facebook video in oembed field not working?

Résolue


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

0 Votes
1 Solution acceptée
John
Solution
Contributeur de premier rang | Partenaire solutions Platinum
Contributeur de premier rang | Partenaire solutions Platinum

Facebook video in oembed field not working?

Résolue

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.

Voir la solution dans l'envoi d'origine

2 Réponses
John
Solution
Contributeur de premier rang | Partenaire solutions Platinum
Contributeur de premier rang | Partenaire solutions Platinum

Facebook video in oembed field not working?

Résolue

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
Équipe de développement de HubSpot
Équipe de développement de HubSpot

Facebook video in oembed field not working?

Résolue

You replied to yourself before I did 😥