我使用api
在我自己的个人资料中成功分享了项目function share(url) {
FB.ui({
method : 'share',
href : url,
}, function(response) {
if (response && !response.error_code) {
} else {
//alert('Error while posting.');
}
});
}
但是如何使用api在我的商家页面上发布相同的项目?
答案 0 :(得分:1)
如果您想通过API在页面页面上发布,那么您必须首先从页面管理员获取权限,然后获取页面访问令牌。
https://developers.facebook.com/docs/graph-api/reference/v2.3/page/feed#publish
https://developers.facebook.com/docs/facebook-login/access-tokens#pagetokens