chuyện là em mới tìm hiểu cái sdk javascript của ông facebook.
Viết đến khúc
$(idAction).click(function(e){
e.preventDefault();
FB.login(function(response){
if (response.authResponse){
$.post(
'ajax-main.php',
{idApp:idApp, urlApi:urlApi},
function(resutl){
console.log(resutl);
},
'json'
);
console.log('Cap nhat thanhf coong');
}else{
console.log('cap nhat thaats baij');
}
},{scope : scope});
});
không hiểu sao dường như các $.post nó không chạy luôn console chỉ hiện từ “Cap nhat thanhf coong”. em thử thay cái url của thằng $.post sai nó cũng không báo lỗi luôn. Giúp em với huhu,