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 am trying to post on user wall using garph api 'Feed method'. When i click on post dialogue appears to put some message that doesnot shows me the attached media file. And when i share , and check on wall there is no thumbnail

Following is my code snippet,

FB.ui({
               method : 'feed',
               to: '100001256527379',
               link : 'http://fbdbcalender.coeus-solutions.de/frontend/images/ecards/file-4faba9e79c380.flv',
               name    : 'I posted an eCard using Birthday Greetings',
               caption : 'Birthday Wish',
               description : 'Shared by Sarah',
               picture : 'http://fbdbcalender.coeus-solutions.de/frontend/images/covers/cover-4faba6056400c.jpg',
               source : 'http://fbdbcalender.coeus-solutions.de/frontend/images/ecards/file-4faba9e79c380.flv'


           }
           });
share|improve this question
sorry fir the messy typing – Shireen Mar 26 '12 at 12:00
Here is an answer by a Facebook Developer - you simply can not do this with an FLV file... You'll need to provide a player within an SWF for it to work. – Lix May 10 '12 at 18:17
Thanks Lix for ur quick answer ... Can u tell me is it only for flv format or i have to provide player for all formats – Shireen May 10 '12 at 18:22
1  
If you want to "play" content on someones profile it'll have to be a supported video link such as youtube or vimeo. If you want to play a custom file then you'll have to provide a player... – Lix May 10 '12 at 18:24
1  
Thanks Lix .. thats so helpful – Shireen May 10 '12 at 18:33

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.