Exemplo n.º 1
0
        public static string GetPostIdFromResponse(string userId, string message)
        {
            JObject wallPostResponse = AppUtils.CreateWallPost(userId, message);

            return(GetField(wallPostResponse, ResponseFields.PostId));
        }