var message = 'test';
var picture = 'http://l.yimg.com/f/i/tw/ks/show/120604_mntl01.jpg';
var link = 'https://www.youtube.com/watch?v=BIl8Px1ds3c';
var name = 'great';
var description = 'des';
FB.api('/1437247769881131/feed', 'post', {message: message, picture: picture, name: name, description: description },function (response){
if (!response || response.error) {
alert('Error occured');
} else {
alert('Post ID: ' + response.id);
}
});
我尝试将测试消息发布到我的粉丝专页页面,但它会成为访问者帖子(左侧)
我怎么能发布到墙上,如果我将我的管理员更改为粉丝页面管理员,它会弹出一个对话框
[你将Facebook用作网页]
[继续,您需要从使用Facebook作为谈政宏切换到使用Facebook作为谈政宏。]
所以我改回人员管理员,但我只能发帖子
如何以网页管理员身份发帖?
答案 0 :(得分:1)
您只需使用页面令牌发布“作为页面”。现在您正在使用用户令牌,因此它将“作为用户”发布。有关访问令牌的信息: