Facebook's documentation states "To read an Album you need... Any valid access_token if it is public". See: http://developers.facebook.com/docs/reference/api/album/
I'm calling this URL: https://graph.facebook.com/${user_id}/albums?access_token=${token}
When I call the URL above with a user id of a friend, I get a list of albums, but when I call it with a non-friend user id I get an empty array, although I can confirm that the user's albums are public (I can view these albums in Facebook).
Is the documentation incorrect? Did I misunderstand something? Am I missing something?