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")); 

enter image description here


Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -