1

我的代码在 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();
   }
                 });
4

0 回答 0