首页 > 解决方案 > 如何在我的 Rails 应用程序中获取 Google 评论

问题描述

我是一名初级 RoR 开发人员。我在将 Google 业务 API 与我的应用程序集成时遇到问题。我的目的是为我的应用程序获取 Google 评论。

根据谷歌文档

https://developers.google.com/my-business/content/review-data#list_all_reviews

建议打https://mybusiness.googleapis.com/v3/accounts/<your_account_name>/locations/<your_location_name>/reviews

但这对我来说太模糊了。任何人都可以帮助我完成将谷歌评论集成到 Rails 应用程序中的步骤。

提前致谢

标签: ruby-on-railsgoogle-mapsgoogle-api

解决方案


推荐阅读