Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
oauth_2-0_client_php
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Bastian Hofmann
2011-03-10 15:10:39 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
61fc27a767facff91c0035140de11bc23da00ab1
61fc27a7
1 parent
0c4d9f61
commented setDebug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
oauth2.php
oauth2.php
View file @
61fc27a
...
...
@@ -165,7 +165,7 @@ class OAuth2_Service
}
$http
=
new
OAuth2_HttpClient
(
$this
->
_configuration
->
getAccessTokenEndpoint
(),
'POST'
,
http_build_query
(
$parameters
));
$http
->
setDebug
(
true
);
//
$http->setDebug(true);
$http
->
execute
();
$this
->
_parseAccessTokenResponse
(
$http
);
...
...
Please
register
or
login
to post a comment