Is it possible to fetch any user's list of friends? In the facebook Graph API it is specified that we can fetch the friendlist by issuing an HTTP GET to /PROFILE_ID/friends.
When I tried that I got an error:
{
"error": {
"message": "Unsupported operation",
"type": "FacebookApiException",
"code": 100
}
}
Is such an operation allowed?