Goodreads Developers discussion
bugs
>
Get a user's friends
date
newest »


http://www.goodreads.com/friend/user/...
and it returned what looks like valid XML.
Does this API even need OAuth signing????

http://www.goodreads.com/friend/user/...
also returns valid looking XML, even with two slashes in the URL!
http://www.goodreads.com/friend/user/...
also seems to work

You will get data about friends of any user, but only if the user's privacy settings allow it.
The API says the URL is http://www.goodreads.com/friend/user.xml.
The sample URL displays as
http://www.goodreads.com/friend/user/...
Given the ID is listed as a required parameter, it would appear the http://www.goodreads.com/friend/user.xml URL is correct and to show a given user's friends it would be
http://www.goodreads.com/friend/user....
Also should I be able to get the friends for ANY Goodreads user I happen to know the Goodreads ID for? I just got my friends via this API, then I took a friend's Goodreads ID from the API and got their friends, then I took the first friend of that friend and got their friends...