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}"e=xxx`
),