John Himmelman
John Himmelman

Reputation: 22010

Facebook / Graph API - How do I embed a SWF in a wall post?

I've found a lot of conflicting or outdated information and most of the links to fb's doc's are broken. Is it possible to embed a swf (eg, a game) in a wall post? Does the domain still need to be white listed? Is swf embedding part of the open graph meta tags? If this is still possible, what are the prerequisites?

Upvotes: 2

Views: 1587

Answers (1)

Anatoly Lubarsky
Anatoly Lubarsky

Reputation: 3036

You can use og:video with swf from opengraph dynamically on your page:
https://developers.facebook.com/docs/opengraph/

then anytime the page is liked - the swf is embedded on the user's wall. the app is not needed to be whitelisted for that.

hope this helps

Upvotes: 1

Related Questions