我想用本机 facebook 应用程序打开 HashTag-Page。
打开配置文件时,此代码可以正常工作:
String facebookScheme = "fb://profile/" + facebookId;
Intent facebookIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(facebookScheme));
startActivity(facebookIntent);
但是如何打开这样的HashTags呢?
我想用本机 facebook 应用程序打开 HashTag-Page。
打开配置文件时,此代码可以正常工作:
String facebookScheme = "fb://profile/" + facebookId;
Intent facebookIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(facebookScheme));
startActivity(facebookIntent);
但是如何打开这样的HashTags呢?