1

是否可以使用 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
                        }
                    })
                });

在此处输入图像描述

4

0 回答 0