Как поделиться изображением на фейсбуке по нажатию кнопки?
Я использовал их API opengraph.но, кажется, не работает.Может кто-нибудь поделиться рабочим образцом
FB.ui({
method: 'share_open_graph',=
action_type: 'og.likes',
action_properties: JSON.stringify({
object: {
'og:url': 'https://www.example.com',
'og:title': 'This is an example',
'og:description': 'This is an example',
'og:image': 'https://www.example.com/xxx.jpg'
}
})
},
function (response) {
// Action after response
});
это ошибка: https://i.imgur.com/kenWjr0.jpg