Coming soon Coming soon. Google Business Profile (formerly Google My Business) integration is in active development via the Google Business Profile API. The connector will cover reviews, local posts, and comments on those posts. When it launches, SocialAPI will handle the Google Cloud OAuth client and Google Business Profile API access for you. No customer-side Google Cloud setup will be required. See Platform credentials.Documentation Index
Fetch the complete documentation index at: https://docs.social-api.ai/llms.txt
Use this file to discover all available pages before exploring further.
At a glance
| Field | Value |
|---|---|
| Platform slug | google |
| Auth type | OAuth 2.0 (Google) |
| API | Google Business Profile API |
| Best for | Local business presence: posts, reviews, and Q&A on Google Business Profile. |
Capabilities
| Feature | Supported | Notes |
|---|---|---|
| List posts | Coming soon | GBP local posts (updates, offers, events) |
| Comments | Coming soon | Comments on local posts |
| Reply to comment | Coming soon | |
| Comment replies (thread) | Coming soon | |
| Moderate comment | No | Not supported by Google Business Profile API |
| Toggle post comments | No | Not supported by Google Business Profile API |
| DMs | No | Not supported by platform |
| Reviews | Coming soon | Google Reviews on your business listing |
| Reply to review | Coming soon | |
| Mentions | No | Not supported by platform |
| Create post | Coming soon | Local posts (updates, offers, events) |
| Update post | Coming soon | |
| Delete post | Coming soon |
Connecting
auth_url. After they authorize, Google redirects to your redirect_uri with ?code=...&state=.... Then call:
Reading samples
List posts
List comments on a post
List reviews
Publishing
For the full field reference, media constraints, and error recovery, see Publishing to Google.Limitations and gotchas
- Review ratings are returned in
metadata.ratingas an integer (1-5). - Local posts include updates, offers, and event posts published through Google Business Profile.
- Token refresh: Google OAuth tokens expire after 1 hour. SocialAPI handles refresh automatically. If you receive
401withcode: "invalid_token", reconnect the account.
Permissions
SocialAPI’s managed Google Cloud OAuth app already requests these scopes on your behalf:https://www.googleapis.com/auth/business.manage. You don’t need to set up a Google Cloud project. See Platform credentials.