1

我正在开发一个应用程序,我们需要让用户单击“在 Facebook 上共享”链接/按钮并使用 post 选项启动 Facebook 应用程序(我们可以使用 fb://composer),然后让自动将文本放入其中的能力(例如,我们需要这样的东西:

<a href="fb://composer?text="Share this item!">Share on Facebook</a>

在过去这是可能的,但 Facebook 必须更改他们的 URI/URL 方案。有人有可用的更新列表吗?Facebook 有没有我没看到的地方?

4

1 回答 1

2

Prefilling text is against Platform policies.

Documentation about how to use the native share dialogs can be found here: https://developers.facebook.com/docs/ios/share-dialog/

于 2013-11-13T00:31:58.473 回答