使用Google Places API获取Google +评论

时间:2015-10-11 19:37:23

标签: google-maps google-maps-api-3 google-api google-plus google-places-api

我试图调试一些非常奇怪的东西。

我想通过此网址使用Google Places API获取评论: Henderson Nisan

我做了什么?

问题是您在上面的打印屏幕上看到的那些评论与Henderson Nisan

页面上的评论不对应

任何形式的帮助都是可以接受的。我想念的是什么?我使用了错误的地方ID吗?

由于

1 个答案:

答案 0 :(得分:1)

我已经完成了你所做的事情:

  1. https://developers.google.com/places/place-id搜索了Henderson Nissan,返回的地点ID为ChIJlfPkKh_RyIARWKYl-XpSyAQ(不是ChIJoV7T0hjRyIAR24qv5IfRcWM
  2. 使用此place-id获取结果:https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJlfPkKh_RyIARWKYl-XpSyAQ&key=mykey

  3. 评论与特定的Google +页面相关

  4. 目前尚不清楚你如何获得地点ID ChIJoV7T0hjRyIAR24qv5IfRcWM,但很明显,https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJN1t_tDeuEmsRUsoyG83frY4&key=MY_API_KEY的详细信息请求使用完全不同的地方ID:ChIJN1t_tDeuEmsRUsoyG83frY4Google-Sydney })