Skip to content

Commit f04ae96

Browse files
committed
feat: Add GBP API Board page
This commit adds a new page called "GBP API Board" to the Breadboard project in Phase 2. The page provides information about using the GBP API to pull reviews from a Google Business Profile. It also mentions the possibility of posting replies, but notes that this feature will likely require user confirmation. The implementation currently uses a proof of concept with a service account and Google Workspace Domain-wide Delegation of Authority to generate a token.
1 parent 864d825 commit f04ae96

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: GBP API Board
3+
aliases:
4+
- Google Business Platform Board
5+
tags:
6+
- board
7+
- breadboard
8+
- GBP
9+
- phase/2
10+
complete:
11+
created: 2024-06-12T09:55:08
12+
modified: 2024-06-12T10:05:40
13+
started: true
14+
---
15+
16+
As a continuation of the [Review Reply Board](projects/Breadboard/Phase%202/Review%20Reply%20Board.md) the GBP API will be used to pull reviews from a Google Business Profile.
17+
18+
It would also be possible to post the replies, though this will probably only be after user confirmation.
19+
20+
At present because the GBP API only works with OAuth, a straightforward implementation requires completion of the Breadboard OAuth Service provide. As a stopgap a proof of concept has beegin validated which uses a service account with Google Workspace Domain-wide Delegation of Authority to generate a token.

0 commit comments

Comments
 (0)