0

How do I get my own posts from Google My Business API as a list to display them dynamically with javascript in my website?

4

1 回答 1

1

您可以对此 google api 进行 HTTP 调用:

https://developers.google.com/my-business/reference/rest/v4/accounts/list

您应该得到一个 json 格式的响应,您可以根据需要遍历该响应。

于 2020-03-18T13:52:15.890 回答