1

几天以来,

通过 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
                })
4

0 回答 0