I'm trying to use the facebook sharer.php method for sharing a swf file. It posts to Facebook but the icon for most people only shows up as a graphic that links to the og:url value. In my wall it shows up as a play icon and properly loads the swf into the wall like one would expect. If I log into my account on machines that are not working for others (i.e. showing image and link only instead of swf file) I still see the play button and SWF. And vice-versa if users who only see a link on their profile login on other machines they still only see the image and link, no swf. So it can't be machine and browser dependent. I have no idea whats going on as a few people are able to see the swf but there does not seem to be any security setting or rhyme or reason as to who can see the swf and who just gets an image and link.
These are the og tags I have:
<meta property="og:title" content="The Political Donation Widget"/>
<meta property="og:url" content="http://my-ip-address/assets/flash/testappforfb.html"/>
<meta property="og:image" content="http://my-ip-address/assets/images/share-icon-flag.png"/>
<meta property="og:type" content="athlete" />
<meta property="og:video" content="http://my-ip-address/assets/flash/testappforfb.swf" />
<meta property="og:video:height" content="398" />
<meta property="og:video:width" content="398" />
<meta property="og:video:type" content="application/x-shockwave-flash" />