如何从我的应用程序启动Facebook应用程序,并已填充已发布的文本。
到目前为止,我已尝试过这个
String uri = "facebook://facebook.com/post";
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
startActivity(intent);
但这只是启动应用程序。
答案 0 :(得分:1)
Facebook不允许预先填充的文字进行发布。见https://developers.facebook.com/bugs/332619626816423/。另外,我建议您查看他们的新共享对话框https://developers.facebook.com/docs/android/share-dialog/