Example #1
0
 public function execute()
 {
     $authorization = new Authorization();
     $authorization->getAccessToken();
     header("Location: home");
 }