I have tried posting to a facebook page, using this call:
$facebook->call_api('/(pageID)/feed/', "post",array('message'=>"message here"));
however the message doesn't appear, I have used the same code to post to a users wall, and it works without issue. they both return an ID. and i don't get any auth errors.
Have I misunderstood the docs? I have reread, and googled, so if anyone can point me in the right direction that would be great.