我想将网站(使用移动设备)的 url 分享到 facebook messenger 应用程序。
我尝试使用:
FB.ui({
method: 'send',
link: 'http://www.nytimes.com/interactive/2015/04/15/travel/europe-favorite-streets.html',
});
但这在移动设备上没有任何作用。我也试过:
fb://messaging/compose/new
那确实打开了消息对话框,但我找不到用于共享 url 的 URI。
我想知道这是否可能?