Why Are Published Posts Missing From My Destination?
Question
Why are some published posts missing from my destination?
Environment
Connector: Facebook Pages
Answer
We only sync published post data if your Facebook Page is published and visible to non-admins. We won't sync published post data to your destination if your Page is unpublished. See Facebook's API's Page documentation for more information on Page statuses.
To identify your published Pages, execute the following query in your destination:
SELECT * FROM PAGE WHERE is_published = TRUE;