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

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -