Facebook开放图选择共享位置

时间:2018-04-23 23:48:11

标签: facebook share-open-graph

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




enter image description here

0 个答案:

没有答案