Save a validated Facebook user access token, and connect or disconnect a Facebook Page as a store's review site.
Connect and disconnect a store's Facebook Page for review scraping and posting. Each endpoint accepts either a bearer token (authenticated admin/account flow) or an emailed-invite hash (no token) — with a hash, the target store_review_site must belong to the store the hash encodes. Connect wipes obsolete scraped reviews, flips connection_status, and triggers a review pull; disconnect clears credentials and emails the account owner.
Prerequisites
- A bearer token in the
Authorizationheader. Any endpoint that needs no token says so on its own page. - The id of each record the call targets. Every endpoint page lists the ids it needs.
