Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/183.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照片_Android - Fatal编程技术网

Android 如何在登录后获取所有facebook照片

Android 如何在登录后获取所有facebook照片,android,Android,我用它来获取所有照片和其他信息,但我并没有在登录用户后获取所有照片。下面是我用来获取信息的代码 Bundle parameters = new Bundle(); parameters.putString("fields", "id,first_name,email,cover,albums{picture},picture.type(large),likes,relationship_status,gender,birthday,locale,work,friends,

我用它来获取所有照片和其他信息,但我并没有在登录用户后获取所有照片。下面是我用来获取信息的代码

Bundle parameters = new Bundle();
            parameters.putString("fields", "id,first_name,email,cover,albums{picture},picture.type(large),likes,relationship_status,gender,birthday,locale,work,friends,education,age_range,interested_in");
            request.setParameters(parameters);
            request.executeAndWait();
大宗报价

先谢谢你