Share url in facebook messenger from web

前端 未结 4 1276
日久生厌
日久生厌 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:49

    FWIW the following link, clicked on a desktop computer, will allow your user to share the link via Facebook Messenger. You have to replace app-id with the app-id of an arbitrary app of yours, created at developer.faceboook.com:

    http://www.facebook.com/dialog/send?app_id=[app-id]&link=https://stackoverflow.com&redirect_uri=https://stackoverflow.com

提交回复
热议问题