Definitely appears to be an issue here.
We’re using SNAP 4.1.1 and ACF Pro 5.6.7, with posts being published to Facebook. If we create and publish a new post, none of the ACF custom fields are stored; that appears to happen whether or not the post is being published to Facebook. The fields in question include standard text fields, so nothing special.
Curiously, the problem still occurs even if comment out these lines in SNAP:
add_action('edit_post', array($nxs_SNAP, 'NS_SNAP_SavePostMetaTags'));
add_action('publish_post', array($nxs_SNAP, 'NS_SNAP_SavePostMetaTags'));
add_action('save_post', array($nxs_SNAP, 'NS_SNAP_SavePostMetaTags'));
If I deactivate SNAP, however, ACF goes back to working correctly. So SNAP is definitely the culprit.
Any ideas, please?