我正在尝试使用garph api'Feed方法'在用户墙上发布。当我点击帖子对话时似乎放了一些消息,但没有显示我附加的媒体文件。当我分享,并检查墙上没有缩略图
以下是我的代码段,
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'
}
});