I want to get all the image from the images from my facebook album.And i give the read permissions "email,user_photos,friends". I m getting all the users albums.but when i try to get album's pics then response contain only first image of album with different dimensions.I m sending facebook Graph request as "albumID/photos". code for sending Request :
Request req = new Request(session, albumId+"/photos", null, HttpMethod.GET,callback);
Please anyone tell me how to get all pics from facebook album. Thanks in advance.