您好,我只想通过以下链接(在我的 android 项目上)调用 Facebook 应用程序:
String url_facebook_prixo = "https://www.facebook.com/pages/Prixo/468580313168290";
我试过这个:
Uri uri = Uri.parse("facebook://facebook.com/page{468580313168290}");
Intent viewIntent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(viewIntent);
我尝试使用其他链接,但它只显示我的墙..
有人吗?