I am using facebook C# SDK 5.3.2 for desktop application and i created desktop app using this sdk. I can now post messages but i also like and share posted messages. It seems that i should get postid and then post messages with parameter “/me/likes” along with postid. But i couln’t manage it till now.
Share
for the graph to like a post (see https://developers.facebook.com/docs/reference/api/post/), all you need to do is HTTP post to
{post ID}/likeswithout any parameters. This assumes the user haspublish_streampermissions accepted. 🙂