使用graph api从Facebook事件中检索HERE地图位置?
我想从Facebook上的HERE地图获取经纬度。
例如,这个代码完全可以在https://www.facebook.com/events/1802660966720470/事件中使用:
https://developers.facebook.com/tools/explorer/?method=GET&path=1802660966720470%3Ffields%3Dplace.fields(location)&version=v2.8
但另一个https://www.facebook.com/events/664388580412878/事件不会给出坐标:
https://developers.facebook.com/tools/explorer/?method=GET&path=664388580412878%3Ffields%3Dplace.fields(location)&version=v2.8
是否有可能从FB图形API中检索这些坐标? 谢谢!
链接地址: http://www.djcxy.com/p/5583.html上一篇: Retrieve HERE map location from Facebook event using graph api?