应用程序有publish_stream
权限,但是如何使用 Graph API 制作这段代码?
FB.ui(
{
method: 'feed',
name: 'name',
link: 'link',
picture : 'image',
caption: 'caption',
description : 'description',
message: '',
display:'iframe',
properties: {
'Video name' : { 'text': 'alksdlkjslk', 'href': 'asdasdasd' },
'Shared From' : { 'text': 'asdadasd', 'href': 'asdasdasd' },
}
});