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'
}
});