我的代码在javascript中如下,但响应为空。
var query = FB.Data.query("SELECT link_id, owner, owner_comment, created_time, title, summary, url, image_urls FROM link WHERE owner="+response.id+"url = 'http://xys.com/xyz'");
query.wait(function(rows) {alert(rows);return false;
if(!rows[0]){
alert('You have not Liked the Page.');
}else{
alert('Congratulations!!!');
//document.promocode.submit();
}
});