I been trying to embed a iframe player on FB with OG tags unsuccessfully. But I found that Kaltura player cans. I'been trying to copy what they did, but couldn't make it work.
Here and here Kaltura explains how to embed their player in FB. Basically they say that you should put the following tags:
<!-- Facebook iframe embed -->
<meta property="og:video:url" content="https://cdnapisec.kaltura.com/p/243342/sp/24334200/embedIframeJs/uiconf_id/28685261/partner_id/243342?iframeembed=true&playerId=kaltura_player&entry_id=1_sf5ovm7u">
<meta property="og:video:secure_url" content="https://cdnapisec.kaltura.com/p/243342/sp/24334200/embedIframeJs/uiconf_id/28685261/partner_id/243342?iframeembed=true&playerId=kaltura_player&entry_id=1_sf5ovm7u&">
<meta property="og:video:type" content="text/html">
<meta property="og:video:width" content="560">
<meta property="og:video:height" content="395">
Of course I tried that and many other things, like coping Kaltura Http headers. But it did not work, any clue why it works for them? What I'm missing?
Note: This is a duplicated question, but I wanted to add this Kaltura exception that I found.