php-oauth icon indicating copy to clipboard operation
php-oauth copied to clipboard

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods

Results 25 php-oauth issues
Sort by recently updated
recently updated
newest added

I've not used your package, but its predecessor. I was able to list an item on etsy, but failed to upload an image to an etsy listing. Would you please...

documentation

The unit tests in this library are not compatible with the latest version of PHPUnit, currently version 8. For example... `class CredentialsTest extends \PHPUnit_Framework_TestCase` should be... `class CredentialsTest extends \PHPUnit\Framework\TestCase`...

Hi, "kriswallsmith/buzz" dependency is not restricted and the latest version is forcing PHP 7.1. "kriswallsmith/buzz": "~0.16.1" will do the trick to keep the PHP on the same version. Regards,

I am following the example for the linkedin call ``` php $data = $linkedinService->retrieveAccessTokenByGlobReqArgs()->requestJSON('/v1/people/~?format=json'); $data['email'] = $linkedinService->constructExtractor()->getEmail(); $this->debug($data);return; ``` My output looks like this: ``` php array ( 'firstName' =>...

The issue is that the maximum allowable oauth timestamp is 7 seconds behind when getting the timestamp using `new DateTime()`. I solved this by subtracting 7 seconds. I'm not really...

Hi, Could you guide me how to start with File Storage. FYI i have created a new txt file and passing its path like this $storage = new File("path/to/mytxt_file"); But...

For new apps, using the 2.4 or higher API, it seems no email addresses are returned from the API. This is true of the example code in the repo, not...

please add steam provider http://steamcommunity.com/dev

I have an API which needs to use the Authorization token passed in from a javascript client. The following code works, but it would be nice to have the php-oauth...

enhancement

A change should provide ability to open iframe (without coding this feature), where user can be authorized. Then, if user apply the request, callback should be triggered, and user should...

enhancement