为什么这两个查询都不返回结果?
select page_id from page where username="coorslight"
select username from page where page_id=8310601338
如果我将浏览器指向http://www.facebook.com/coorslight ,我会看到他们的页面。我通过喜欢他们然后查询我的喜欢找到了他们的page_id(8310601338)。
为什么这两个查询都不返回结果?
select page_id from page where username="coorslight"
select username from page where page_id=8310601338
如果我将浏览器指向http://www.facebook.com/coorslight ,我会看到他们的页面。我通过喜欢他们然后查询我的喜欢找到了他们的page_id(8310601338)。
这两个查询在Graph API Explorer中对我来说都很好- 检查您是否忘记为可以实际看到该页面的用户使用访问令牌 - 该页面来自酒精品牌,因此可能仅限于 >21 的用户在美国,用户 > 18 在英国等。您必须使用符合限制的用户的访问令牌才能看到该页面。