OAuth/src/JacobKiers/OAuth/Request
Alexandru G 087cb1278f Because `$token` refs an object, this statement will always be true. Therefore an empty `oauth_token` param will be added to each request, wich will break Bitbucket authorization process.
To fix this, we need to check if token key is empty and ignore it.
2013-06-06 05:58:53 +02:00
..
Request.php Because `$token` refs an object, this statement will always be true. Therefore an empty `oauth_token` param will be added to each request, wich will break Bitbucket authorization process. 2013-06-06 05:58:53 +02:00
RequestInterface.php Use Interfaces anywhere. 2013-02-11 14:02:14 +00:00