php - Can we add comment on photos,albums via facebook api? -
is possible to add comment on photo or album via facebook api? , if possible please specify me way. thank guys in advance ;)
using php-sdk:
$facebook->api("/photo_id/comments","post",array("message"=>"test comment"));
Comments
Post a Comment