Exemplo n.º 1
0
 public static JObject CreateComment(string postId, string message)
 {
     return(GetResponse(RequestBuilder.AddCommentToWallPost(postId, message)));
 }