Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have created a player its in early stages though, but I need to play the videos inside Facebook timeline like youtube does. I have placed my tags as following:

<meta property="og:title" content="Little Cast Video Test"/>
    <meta property="og:description" content="Little Cast Video Test"/>
    <meta property="og:type" content="movie"/>
    <meta property="og:video:height" content="270"/>
    <meta property="og:video:width" content="480"/>
    <meta property="og:url" content="http://littlecast.confiz.com/littlecast/fbtest.html"/>
    <meta property="og:video" content="http://littlecast.confiz.com/littlecast/main.swf">
    <meta property="og:video:secure_url" content="https://littlecast.confiz.com/littlecast/main.swf">
    <meta property="og:image" content="http://littlecast.confiz.com/littlecast/thumb.jpg"/>
    <meta property="og:video:type" content="application/x-shockwave-flash">

Facebook debugger is also showing that there is no bug/warning in this page but still the player is not showing and not playing inline to facebook.

Do I need to get my player approved from facebook or should it be working as is?

PS: My player is written in Flex. If you need to check the html host file please hit this url: My URL

share|improve this question
app_id tag was missing so now fb is showing it as a video, but when I click on the video, its not loading my video player. Do I have to get my player approved or what? – Ali Rizwan Oct 2 '12 at 6:48
Thanx for viewing the question. I solved it by myself. :) – Ali Rizwan Oct 3 '12 at 6:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.