我有一个应用程序,我想在facebook上分享一些内容,邮件和消息。如何与安装在用户手机上的本机应用程序交互。这可能类似于Xamarin.Android的隐含意图。我正在使用MVVM Cross。如果能帮助我找到正确的方向,我将不胜感激。谢谢,
发布于 2015-09-09 05:07:56
你需要使用Android中的Intents和iOS中的URL Schemes来完成此操作。您可以在开发人员门户上找到所需的信息:
安卓
https://developers.facebook.com/docs/sharing/android
http://developer.android.com/training/sharing/send.html
iOS
What are all the custom URL schemes supported by the Facebook iPhone app?
https://stackoverflow.com/questions/32459215
复制相似问题