嘿每一个我都想知道如何在Facebook应用程序中从Android应用程序打开特定的帖子,专辑或视频,我使用此代码打开特定帖子但它不起作用
mActivity.getPackageManager().getPackageInfo("com.facebook.katana", 0);
String uri = "fb://post/" + mData.get(position).getmPostID();
Intent viewIntent = new Intent(Intent.ACTION_VIEW,
Uri.parse(uri));
我想打开这篇文章 https://www.facebook.com/Y.Anti.coup.D/posts/707105232705409 抱歉我的英语不好,我希望你能理解我的问题