Return to Snippet

Revision: 39379
at January 17, 2011 06:15 by gafitescu


Initial Code
// comment on a status
					$my_comment = $facebook->api('100000461385494_169418039750241/comments','post',array('message'=>'Api comment right here!'));
					debug($my_comment);

Initial URL


Initial Description


Initial Title
comment on a status

Initial Tags


Initial Language
PHP