I am using facebook android sdk to access photos of each album,
response = facebook.request(wallAlbumID+"/photos");
But its response contains the object of 1st picture of the album. How can i get all the pictures of each album with respect to their id?