Hope you can help. I've got the file to post to my wall.
$facebook->api("/$pageid/feed", "post", array(
message => "$msg",
access_token => $access_token));
Which works perfectly. Is it possible to post a poll including various options?
Thanks Mark