So I can do one call to get all friends.
then iterate through and get albums for each friend.
the api/network overhead is insane as usually friend counts are super high.
is there anyway to get all the albums directly in that same original user.friends() call?
Field expansion is your friend. Try this:
If you’ve got a lot of friends, running this query could take some time.