Commit Graph

15 Commits

Author SHA1 Message Date
GaryJones 87a4b17394 Refactor common code for getting the signature key. 2012-11-23 12:30:38 +00:00
GaryJones d94446782a Rename OAuth\Exception back to OAuthException, to follow the standard PHP way of naming predefined / SPL exceptions. 2012-11-22 18:11:12 +00:00
GaryJones f8be34b748 Typo 2012-11-22 17:47:43 +00:00
GaryJones fce57a4e6e Add new NullToken, to satisfy type hint checks when token would otherwise not be set. 2012-11-22 17:37:12 +00:00
GaryJones af1993ac3a Make the Token arg of buildSignature() methods optional.
RSA-SHA1 buildSignature() doesn't use it at all, and the other two allow for there to be no token, as on the initial client request. The token shared-secret as taken to be an empty string.
2012-11-22 16:27:47 +00:00
GaryJones bfabd20ae4 Fix bug where the colon between host and port would appear, even when port was an empty string. 2012-11-22 16:25:34 +00:00
GaryJones a58bceb4aa Make callback_url property protected, and add get/set methods. 2012-11-22 13:17:23 +00:00
GaryJones b06d99ccbf Everything documented, including clearer author attribution.
Renamed a few classes to rely more on OAuth namespace, instead of OAuth class prefix.
2012-11-21 11:10:57 +00:00
Gary Jones 12afd40c6e Change all references to consumer to client, as per RFC 5849. 2012-11-18 02:33:29 +00:00
Gary Jones abe9e182cb Fix incorrect namespace. 2012-11-18 01:33:27 +00:00
Gary Jones 36add4e946 Use single quotes for simple strings. 2012-11-18 01:32:38 +00:00
Gary Jones bebf65bfed Fix issue for PHP 5.4.8 where the host part from parse_url seems to also include the port as well. 2012-11-18 01:18:11 +00:00
Gary Jones dc7230cbb4 Fix old array_map() reference. 2012-11-17 23:14:25 +00:00
Gary Jones f896020b35 Change static calls from method_names to methodNames. 2012-11-17 22:33:43 +00:00
Gary Jones 63b4a0f58d Made package PSR-2 compatible.
Since this is a fork, also renamed the namespaces and containing folder.
2012-11-17 21:13:44 +00:00