Why don't I like the comment using the Facebook API?

I use the Graph API to implement the solution for me, and at this point I can post messages on my channel, for example, comment them, but I don’t like the comments (none of them), I get the message: Uncaught OAuthException: (# 100) parameter url is required. Can anyone help?

+4
source share
4 answers

Other answers may have been in the past, but they are no longer true. Comments also have an identifier, and when you send a message to /ID/likes , the comment is successfully used.

+5
source

Are you sure the Graph API allows you to be like individual comments? The documentation shows examples of how to like a post and how to comment on a post, but there are no signs that I can see that says you might like the comment this way.

0
source

Because the Facebook API does not support liking comments using the Graph API or any API. The only way you might like the comment is to use the Facebook site. Facebook deliberately limited a developer’s ability to “love” something using any of its APIs. Official buttons, such as buttons, are the only supported way to please.

0
source

Now I noticed that you do not like comments in applications such as HootSuite and Tweetdeck, since I am engaged in similar software. I have no reason to worry about this. Thanks for answers!!!

0
source

All Articles