Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Facebook graph api 挑战位置匹配API Facebook->;四方_Facebook Graph Api_Foursquare - Fatal编程技术网

Facebook graph api 挑战位置匹配API Facebook->;四方

Facebook graph api 挑战位置匹配API Facebook->;四方,facebook-graph-api,foursquare,Facebook Graph Api,Foursquare,我有一个具有挑战性的位置匹配API问题,如果这里的Facebook和Foursquare API专家能够提供帮助,我将不胜感激。如何将Facebook Graph API中的特定位置与Foursquare场地API中的位置进行匹配 Given inputs: - id of place in Facebook GRAPH API Wanted output: - id or any identity of the exact place in FourSqure Venue 例如,一个叫做

我有一个具有挑战性的位置匹配API问题,如果这里的Facebook和Foursquare API专家能够提供帮助,我将不胜感激。如何将Facebook Graph API中的特定位置与Foursquare场地API中的位置进行匹配

Given inputs: 
- id of place in Facebook GRAPH API
Wanted output:
- id or any identity of the exact place in FourSqure Venue 
例如,一个叫做Starbuck@RaffleCity在Facebook图形搜索中有ID123,你如何在FourSquare中找到那个地方

我能想到的一个解决方案是在Foursquare场馆API中使用从Facebook graph API获取的地点名称作为字符串搜索,但这并不能100%地确定正确的地点。Starbuck@RaffleCityfoursquare场馆api的搜索输入没有给出正确的结果


尝试过的解决方案:使用lat和long。也不起作用,因为一个lat-long可以匹配多个位置。

如果您找到合适的解决方案,请记住Foursquare API的“场馆数据库使用”策略:“您可以将其他内容与系统中的场馆数据相关联,但不能将我们的数据库与其他数据库相结合”