HTTP/OAuth2/Server.php
authorEdward <edward@roojs.com>
Fri, 26 Sep 2014 02:49:45 +0000 (10:49 +0800)
committerEdward <edward@roojs.com>
Fri, 26 Sep 2014 02:49:45 +0000 (10:49 +0800)
HTTP/OAuth2/Server.php

index 69fbae2..ef49a83 100644 (file)
@@ -251,6 +251,7 @@ class HTTP_OAuth2_Server implements HTTP_OAuth2_Controller_ResourceControllerInt
      */
     public function handleTokenRequest(HTTP_OAuth2_RequestInterface $request, HTTP_OAuth2_ResponseInterface $response = null)
     {
+        print_R($request);exit;
         $this->response = is_null($response) ? new HTTP_OAuth2_Response() : $response;
         $this->getTokenController()->handleTokenRequest($request, $this->response);