comment on a status


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // comment on a status
  2. $my_comment = $facebook->api('100000461385494_169418039750241/comments','post',array('message'=>'Api comment right here!'));
  3. debug($my_comment);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.