I'm using the Graph API to implement a solution for me and, by this time, I'm able to post to my feed, like the posts, comment them, but I'm not able to like comments (none of them), I get the message: Uncaught OAuthException: (#100) the parameter url is required. Can anyone help??
|
The other answers might have been true in the past, but they are no longer true. Comments also have an ID, and when you post to |
|||
|
|
|
Are you sure the Graph API permits liking of individual comments? The documentation shows examples of how to like a post and how to comment on a post, but there's no indication I can see that says you can like a comment this way. |
|||||||||
|
|
Because the Facebook API does not support liking a comment using the Graph API or any API. The only way a comment can be liked is by using the Facebook website. Facebook has deliberately restricted the ability of a developer from "liking" anything using any of their APIs. Official like buttons are the only supported way to like anything. |
|||||||
|
|
I just noticed now that you can't like comments in applications like HootSuite and Tweetdeck, as I'm doing a similar software, I have no reasons to worry about it. Thanks for the answers!!! |
|||
|
|