我已经尝试过这种方式,但在选项卡中我找到了与我的应用程序相同的名称
FB.api('/' + pageId + '/tabs', 'post', {
access_token: token,
app_id: BT.fbAppId,
custom_name:'mycoolname'
}, function(response){
if(response===true){
}
else{
alert('Error on insert tab');
}
});
请问你能帮帮我吗 ?