Share url in facebook messenger from web

前端 未结 4 1275
日久生厌
日久生厌 2021-02-03 10:07

I would like to share an url from a website (using mobile device) to facebook messenger app.

I tried to use:

FB.ui({
    method: \'send\',
    link: \'ht         


        
4条回答
  •  攒了一身酷
    2021-02-03 10:48

    You can use the Send Dialog, which is not supported on mobile: https://developers.facebook.com/docs/sharing/reference/send-dialog#examples

    Alternative for mobile: https://developers.facebook.com/docs/sharing/messenger

提交回复
热议问题