Facebook sharer: Why quote is not applied neither with sharer.php nor with dialog/share?

Viewed 19

Following here this: https://developers.facebook.com/docs/sharing/reference/share-dialog

and this: https://developers.facebook.com/docs/workplace/sharing/share-dialog/

I do not know what is the difference between the two. Anyway when passing quote patameter to dialog/share, it will not prefilled to the dialog, why?

router.push(
    `https://www.facebook.com/dialog/share?app_id=rrr&href=${
        process.env.NEXT_PUBLIC_ENVIRONMENT == 'prod'
            ? 'https://tikex.com'
            : 'https://tikex-dev.com'
    }/${location.pathname}&quote=xxx`
),
0 Answers
Related