Facebook api friends list
问题 I'm using Facebook's javascript SDK to inspect the friends list of users registered in my application. I have this call: FB.getLoginStatus(function (response) { if (response.status == 'connected') { FB.api('me/friends', { fields: 'id, first_name, picture', limit: 6 },function(response){ MY CODE TO VIEW FRIENDS PICTURE }); } else{ CODE TO GET ACCESS_TOKEN } }); but in most of cases I get an api error like this: response.error = { message: unkown error, code: undefined, type: http, subcode: