打开Facebook Fanpage专辑意图?

时间:2017-08-21 07:18:54

标签: android facebook android-intent

我在Android Studio中遇到问题,

我想从我的应用程序中打开带有Facebook应用程序的Fanpage专辑。

我试图使用:

Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("fb://album/110994529613954?owner=109409633105777"));
                    startActivity(intent);

我只能用这个:

Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("fb://facewebmodal/f?href=https%3A%2F%2Fwww.facebook.com%2F109409633105777%2Fphotos%2F%3Ftab%3Dalbum%26album_id%3D110994529613954"));
                        startActivity(intent);

但我想打开没有facewebmodal的专辑:/

0 个答案:

没有答案