Can we add comment on photos,albums via facebook api?
Is it possible to to add comment on photo or album via facebook api? And if possible please specify me the way. 开发者_Python百科Thank you guys in advance ;)
Using the PHP-SDK:
$facebook->api("/PHOTO_ID/comments","POST",array("message"=>"test comment"));
精彩评论