php-oauth
php-oauth copied to clipboard
Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
On facebook we should set "v2.3", when it should be simple 2.3. But, if change facebook url to /v{apiVersion}, then it will break, if empty version string be passed in...
This can probably be cleaned up a bit, but I wasn't sure how. Each region uses the same syntax and pattern, however all URIs have a different sub-domain. I implemented...
I can get data from LinkedIn using the URL: `people/~:(id,num-connections,num-connections-capped)?format=json` However when using the library, the URL is escaped to produce: `people/~%3A%28id%2Cnum-connections%2Cnum-connections-capped%29` This is rejected by LinkedIn with: `Could not...
I am using the library to connect to the YouTube Data API with a Google account. This works fine but the resulting OAuth token only lasts for an hour, then...
Jira requires that all requests be signed via RSA-SHA1. Are there any examples that use RSA-SHA1 signed requests that I can look at?
Details - https://github.com/Lusitanian/PHPoAuthLib/pull/399
Details - https://github.com/Lusitanian/PHPoAuthLib/pull/399
I'm using FitBit service and I want to know how to get the response headers of an api request. This [doc](https://wiki.fitbit.com/display/API/Rate+Limit) shows the response headers.
Details are provided by @cmodijk [here](https://github.com/Lusitanian/PHPoAuthLib/pull/335)