Ejemplo n.º 1
0
        public ActionResult GetUserFromApi()
        {
            string accessToken = "w7HIAWRKthV8FfEZpGPsutRhm3Hps6tmg5QiTE3Aw4cshDv89cu3UfHBLZEUUrJV2J30Z8088heeOZK-HwkTwg";

            MpUserService.GetUserFromApi(accessToken);
            return(View());
        }