I would like to retrieve all my friends, and all of their friends on facebook. From what I understand via the facebook api this isn't possible because I would need all of my friends to accept permission for me to read their friends list? This is kind of strange because if I simply go to the UI and go to a friends 'friend list', I can see their friends, and keep going for all those friends who have their friends list available publicly.
If I can't do this from the API, can I somehow do this with javascript in the console? Or some web scraping just because the info is all there on the UI, I just want to automate it.
Thanks