Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/224.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 打开Facebook Fanpage相册意图?_Android_Facebook_Android Intent - Fatal编程技术网

Android 打开Facebook Fanpage相册意图?

Android 打开Facebook Fanpage相册意图?,android,facebook,android-intent,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

我在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的情况下打开相册:/