When i call shareAsync function, in chrome console gives next errors:
POST https://www.facebook.com/react_composer/logging/ods/?event=bootload_start&attachment_type=MEDIA&dpr=1 404 ()
ErrorUtils caught an error: "<![EX[["Async request failed with error %s: %s when requesting %s","404","Про...". Subsequent errors won't be logged; see https://fburl.com/debugjs.
POST https://www.facebook.com/react_composer/logging/ods/?event=bootstrap_start&attachment_type=MEDIA&dpr=1 404 ()
In network tab, there is really 404 status code.
Also, shareAsync not resolve own promise, but share is works and publish fine in profile page.
This problem has appeared today, yesterday it was not.