几天后,
通过share_open_graph的实现进行的Facebook共享不再正常工作。 似乎是在og:url上找到的开放图元标记已被抓取。
有人遇到同样的问题吗?
FB.ui({
method: 'share_open_graph',
action_type: 'og.shares',
action_properties: JSON.stringify({
object: {
'og:url': FBLink,
'og:title': FBTitle,
'og:description': FBDesc,
'og:image': FBPic,
'og:locale': 'fr_FR',
'og:image:width': 540,
'og:image:height': 281
}
})
}, function (response) {
// Action after response
})