FQLを介してこれを実行しようとしていますが、間違ったデータベースなどから情報を取得していると思います。
このFBLikeiframeを使用してURLを「いいね」します。
<iframe src="//www.facebook.com/plugins/like.php?href=http://shop.sinkorswimbrand.com/product/sink-or-swim-snapback&send=false&layout=button_count&width=46&show_faces=false&action=like&colorscheme=light&font&height=21" onclick="javascript:updateLikes();" style="border:none; overflow:hidden; width:46px; height:21px;" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
このFQLURLを使用して、URLのJSON情報を取得します。
https://api.facebook.com/method/fql.query?query=select total_count,like_count,comment_count,share_count,click_count from link_stat where url='http://shop.sinkorswimbrand.com/product/sink-or-swim-snapback'&format=json
戻り値:---注:私はこれを自分で「いいね」するようにしました。
[{"total_count":0,"like_count":0,"comment_count":0,"share_count":0,"click_count":0}]
FacebookのAPIの経験が豊富な人は、これについて何か経験がありますか?前もって感謝します!