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.
是否有可能以某种方式使用 Graph 来搜索所有拥有 facebook 页面的瑞典公司?我通过搜索带有查询“瑞典”的页面进行了一些尝试,但我只得到包含字符串“瑞典”的页面。
这是我在斯德哥尔摩附近摆弄图形 API 后得到的最接近的地方,不太确定distance参数使用的单位。您可以自己在“本地企业”类别中过滤结果。
distance
https://graph.facebook.com/search?q=place&type=place¢er=59.3,18.0&distance=1000
也应该有一个access_token参数,但我认为如果您使用登录到 Facebook 的浏览器浏览到 URL,Facebook 会添加该参数。
access_token
此外,您似乎需要使用分页 URL 来获取所有结果。