- From the first call you get all the albums (and the album IDs)
'/me/albums' - from there you can get the album picture (cover)
"https://stackoverflow.com/"+album.id+'/picture' - AND the photos of the album
"https://stackoverflow.com/"+album.id+'/photos'