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