使用 URL 方案在 Facebook 应用程序中分享

Share in Facebook app using URL scheme

我正在尝试创建 HTML link shares a text through the Facebook app using URL scheme。 link 将通过手机访问,Android 和 iOS。

<a href="fb://publish/?text=http://google.com">Share</a>

当我在我的 Android phone 上单击此 link 时,Facebook 应用程序打开但没有任何反应!这里有什么问题?

Facebook URL 方案变化很大,它们的功能通常没有很好的记录。曾试图对它们进行编目 What are all the custom URL schemes supported by the Facebook iPhone app?

如果您愿意在浏览器中打开对话框,您可以使用共享对话框:

https://developers.facebook.com/docs/sharing/reference/share-dialog