Reputation: 365
How do I "like" a comment using the Facebook Graph API in C#?
Upvotes: 0
Views: 724
Reputation: 25356
From the Facebook comment docs:
You can like a comment by issuing an HTTP POST request to COMMENT_ID/likes with the publish_stream permission. No parameters necessary.
Also, check out the Facebook C# library.
Upvotes: 4