从Web共享Facebook Messenger中的URL [英] Share url in facebook messenger from web

查看:336
本文介绍了从Web共享Facebook Messenger中的URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将网站的网址(使用移动设备)共享给facebook Messenger应用.

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

我尝试使用:

FB.ui({
    method: 'send',
    link: 'http://www.nytimes.com/interactive/2015/04/15/travel/europe-favorite-streets.html',
});

但是在移动设备上什么也没做.我也尝试过:

But that does nothing on the mobile device. I also tried:

fb://messaging/compose/new

那确实打开了消息对话框,但是我找不到共享URL的URI.

That did open the message dialog but I can't find an URI for sharing an url.

我想知道这是否有可能?

I wonder if this is even possible?

推荐答案

您可以使用手机不支持的发送对话框:

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

移动设备的替代: https://developers.facebook.com/docs/sharing/messenger

这篇关于从Web共享Facebook Messenger中的URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆