Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我想查找点赞数在 500 到 1000 之间的 Facebook 页面。任何超过 1000 或少于 500 的东西,我都不想要。
此外,按地理区域(城市)过滤这些页面是理想的,但我想这比原始问题更容易。
乍一看,这看起来并不容易。FQL 没有计数功能。尝试此操作的一种非常耗费资源的方法可能是遍历页面,获取喜欢的列表,然后在代码中对其进行计数。