Hi, I am trying to do a very basic thing with the new Graph API.
I already know how to get my friends: "https://graph.facebook.com/me/friends?access_token=4333ed34d..."
but if i have a friend who's ID is 123456, then i want to get his friends : "https://graph.facebook.com/123456/friends?access_token=4333ed34d..."
but i get an exception: "The remote server returned an error: (500) Internal Server Error."
Why can't i do that ? it's a very trivial task to ask from the API.