Facebook graph API loop through paging
问题 So I was working with this script to loop through the events from a given page. Suddenly I find it doesn't work anymore :( I have a feeling it could be a bug, because if you pick any page, view events with an access_token, you can't get any data back for the "next" paginated URL. e.g. try https://graph.facebook.com/evenightclub/events in apigee.com Any ideas? ($fid is the page object id) try { $facebook = new Facebook(array( 'appId' => '<removed>', 'secret' => '<removed>', )); $access_token =