Exemplo n.º 1
0
        public static string GetCommentIdFromResponse(string postId, string message)
        {
            JObject wallPostCommentResponse = AppUtils.CreateComment(postId, message);

            return(GetField(wallPostCommentResponse, ResponseFields.CommentId));
        }