1

私のコードは以下のjavascriptにありますが、応答はnullです。

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