通过:https://developers.facebook.com/tools/explorer如果我问使用图形api:
get: ?ids=http://localhost/gbi-bieganie.pl/2013/03/20/kolacja-po-wieczornym-bieganiu-tak-czy-nie/
我得到的结果与使用fql查询的结果相同:
SELECT url, normalized_url, share_count, like_count, comment_count, total_count, commentsbox_count, comments_fbid, click_count
FROM link_stat
WHERE url = "http://localhost/gbi-bieganie.pl/2013/03/20/kolacja-po-wieczornym-bieganiu-tak-czy-nie/";
任何人都可以解释一下为什么这些查询不同,我应该如何进行一次查询,获得正确数量的网址,评论数量和共享数量?