I'm using Facebook C# SDK and i want to recommend posts using offline accesing. And i try this code but it's return The remote server returned an error: (400) Bad Request.
var client = new FacebookClient("ACCESS_TOKEN");
dynamic result = client.Post("/POST_ID/likes");
How can i recommend post using access_token ? Thanks for reply..