How do you post to the wall on a facebook page (not profile)

Get PHP SDK from github and run the following code: <?php $attachment = array( ‘message’ => ‘this is my message’, ‘name’ => ‘This is my demo Facebook application!’, ‘caption’ => “Caption of the Post”, ‘link’ => ‘http://mylink.com’, ‘description’ => ‘this is a description’, ‘picture’ => ‘http://mysite.com/pic.gif’, ‘actions’ => array( array( ‘name’ => ‘Get Search’, ‘link’ … Read more