Retrieve HERE map location from Facebook event using graph api?

I'd like to get the latitude & longitude from HERE maps on a Facebook event.

For example this code perfectly works on the https://www.facebook.com/events/1802660966720470/ event:

https://developers.facebook.com/tools/explorer/?method=GET&path=1802660966720470%3Ffields%3Dplace.fields(location)&version=v2.8

But the other https://www.facebook.com/events/664388580412878/ event does not give the coordinates:

https://developers.facebook.com/tools/explorer/?method=GET&path=664388580412878%3Ffields%3Dplace.fields(location)&version=v2.8

Is it possible at all to retrieve these coordinates from FB graph api? Thanks!

链接地址: http://www.djcxy.com/p/5584.html

上一篇: id} / events不会列出所有事件

下一篇: 使用graph api从Facebook事件中检索HERE地图位置?