Michael DeMutis - 2013-03-05 17:46:14
Trying to post to the facebook API to do a status update. I tried this:
$args = array(
'message' => $comment,
'link' => $url,
'caption' => $title
);
$success = $client->CallAPI("/me/feed", "post", $args, "","");
This does not work, can you tell me how to do it using your API call?