查找用户在 Google 地方信息上留下的评论
我希望在我的网络应用程序中添加一项功能,该功能将确定某人是否对特定的 Google 地方信息列表留下了评论。我想验证 (1) 用户 X 在列表中留下了评论,并且 (2) 与我打交道的人是用户 X。
我正在查看 Google Places API(可在此处找到),但我获取的最多信息可以找到一个简单的评级。
有关于使用哪个 API 来查找用户在 Google 地方信息上留下的评论的线索吗?
I'm looking to add a feature in my web app that will determine whether a person has left a review on a specific Google Places listing. I want to verify that (1) user X left a review on the listing and (2) that the person I'm dealing with is user X.
I'm looking at the Google Places API, found here, but the most information I can find is on a simple rating.
Any leads on which API to use to find reviews left by users on Google Places?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,没有办法通过 API 来做到这一点,因为通过激励措施征求用户评论的风险很大。谷歌是最不挑剔的评论收集组织之一,但他们仍然试图阻止有偏见的评论。
换句话说,不要这样做......
As it turns out, there isn't a way to do this through an API, since there is so much risk of user reviews solicited by incentives. Google is one of the least picky review-collecting organizations, but they still try to deter biased reviews.
In other words, don't do this....