I am using the PHP Facebook API but it doesn't return all of the wall posts from my public page with a valid access token - and I can't figure out what's so special about those posts. They were all made by me, the page owner - Any ideas?
FYI the posts that arent working contain: https://www.facebook.com/events/205819312854732/ https://www.facebook.com/events/207820205995213/
PHP is: $wall = $validFacebookObject->api('/184196778359304/feed?access_token=".$validToken','GET');