我想知道如何使用 GMB API 来获取评论。根据谷歌文档,我们必须发出 GET 请求https://mybusiness.googleapis.com/v3/{name=accounts/*/locations/*}/reviews
但是{name=accounts/*/locations/*}
我们可以从哪里获得帐户和位置的价值是什么意思。
这也需要 OAuth 2.0。如果我得到一个 access_token,那么 GET 请求将是这样的:-
https://mybusiness.googleapis.com/v3/{name=accounts/*/locations/*}/reviews?access_token=token
这非常令人困惑。有人可以告诉我如何正确使用 GMB API 来获取谷歌评论。