PHP-OAuth2 icon indicating copy to clipboard operation
PHP-OAuth2 copied to clipboard

Light PHP wrapper for the OAuth 2.0 protocol (based on OAuth 2.0 Authorization Protocol draft-ietf-oauth-v2-15)

Results 31 PHP-OAuth2 issues
Sort by recently updated
recently updated
newest added

Hi, I added changes to the Client.php. So the class can handle the response header of the call. I don't know if you get a notice for this automaticly. So...

I was interested in the `total_time` in particular to handle API throttling. So why not? It's now all contained in a `meta` array entry instead.

This is different than issue #30 in that the http_parse_headers function here is a better implementation of parsing the headers - it accounts for a number of things that could...

I'm attempting to use your library in order to generate an oAuth access token, but I'm experiencing some issues. I got the error: `OAuth2\InvalidArgumentException: Unknown grant type 'my_custom_grant_type' in /Applications/AMPPS/www/whmcs/modules/addons/addonmodule/Client.php:219...

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

Fetch method can/should be called with $parameters argument in order to remain compatible with 2.4 facebook api updates. For most Graph API calls in v2.4 you will need to declaratively...