Is it possible to to add comment on photo or album via facebook api? And if possible please specify me the way. Thank you guys in advance ;)
Using the PHP-SDK:
$facebook->api("/PHOTO_ID/comments","POST",array("message"=>"test comment"));