What is the best way to post to facebook fan page with php. I am the admin. I am using the php sdk. is it 100% safe to use publish stream. I am worried that facebook will ban my application.
is it safe to use this:
$facebook->api("/PAGE_ID/feed","POST",array("message"=>"Hello Page!"));
is there a better way to post ?