oauth1 icon indicating copy to clipboard operation
oauth1 copied to clipboard

🔐 OAuth 1.0 client library for PHP

Results 3 oauth1 issues
Sort by recently updated
recently updated
newest added

The Response I am getting from the server is being truncated. How do I read the full message? `Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: `GET https://search.domain.com/1_2/user/files/` resulted in a `403...

I checked all the (few) places where oauth1 calls Guzzle APIs and they should still work. Also none of the items in the [upgrading guide](https://github.com/guzzle/guzzle/blob/7.0.0/UPGRADING.md#60-to-70) seem applicable. The [native function...

I need to pass permission parameters to the authorizing application in my example they are called "scope","readProvider writeProvider" I can't seem to figure out where to place them. I could...