I'm trying to post a comment to my facebook using facebook API. I'm trying to send this request:
https://graph.facebook.com/{post id}/comments/?access_token={token}&message=hello
This return to me list of comments but doesn't post the message I sent. What should I do to post my message?
Thanks.
You should make a POST request and make sure you have all the permissions required to publish. Docs here.