是否可以使用share_open_graph在代码中的某处添加共享位置选项?
FB.ui({
method: 'share_open_graph',
action_type: 'og.shares',
action_properties: JSON.stringify({
object: {
'og:url': url,
'og:title': title,
'og:description': description,
'og:image': thumb
}
})
});