Hi,
In my app I would like to show the display picture of the user's friends. So far, the easiest way I found to do it would be to make /v1/users/usernumber.json request for each user ID of their friends, but I keep getting the oauth_problem=permission_denied.
Why have I got a permission denied error? According to the API docs (which ...