Hello i am using the Facebook PHP SDK (v.3.1.1) I don't understand how to use the results paging url. I want to get a list of ALL my friends, here is my code $friends = $fb->api('/me/friends'); /* $friend == Array ( [data] => Array ( ... ), [paging] => Array ( [next] => https://graph.facebook.com/me/friends?method=GET&access_token=SOMETHING&limit=5000&offset=5000 ) */ if (!empty($friends['paging']