post
https://production-api.shoutaboutus.com/api/v1/facebook/access-token/save
Validate a Facebook user access token via the Graph API debug endpoint and, if valid, persists the FB user details for the company. Used before selecting a page to connect.
Auth
- Auth-optional. Bearer token (scoped by an ownership check on
company_id) OR an invitehash(no token;company_idis then omitted).
Rate limit
- 30 requests/min per IP (public).
Body
| Field | Type | Required | Notes |
|---|---|---|---|
user_access_token | string | Required | FB user access token to validate + persist. |
company_id | integer | Required (non-hash) | Must exist + in caller scope (an ownership check). Omitted in the hash flow. |
hash | string | Optional | Invite hash [store_id, 15]; grants access without a token. |
Behaviour
- 200 with a positional message. The payload uses an unusual shape:
statusplus a numeric-0message key —{data:{status:"success","0":"User token has been saved successfully!"}}.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
