在使用Facebook Graph API搜索帖子时,我一直在尝试测试place参数。但它似乎没有影响结果!! 例如:
https://graph.facebook.com/search?q=coffee&type=post¢er=44,55&distance=1000
当我更改纬度和经度(44,55)或半径(1000)的值时,先前URL结果中的不会改变
我做错了吗?
答案 0 :(得分:1)
我认为“距离”和“居中”参数仅在您使用参数“type = place”时才有效。
e.g。下面的两个链接返回演示了这一点。
https://graph.facebook.com/search?q=coffee&type=place¢er=44.270962,55.096039&distance=1000&access_token= [的access_token]
https://graph.facebook.com/search?q=coffee&type=place¢er=53.270962,-6.096039&distance=1000&access_token= [的access_token]
一旦您返回了所有地点,您就可以在每个地方进一步搜索包含咖啡的帖子......