void build_signature(
$request,
$consumer,
$token
)
|
|
oauth_signature is set to the concatenated encoded values of the Consumer Secret and Token Secret, separated by a '&' character (ASCII code 38), even if either secret is empty. The result MUST be encoded again.
- Chapter 9.4.1 ("Generating Signatures")
Please note that the second encoding MUST NOT happen in the SignatureMethod, as OAuthRequest handles this!
Parameters:
|
$request: |
|
|
$consumer: |
|
|
$token: |
|
API Tags:
Redefinition of:
- OAuthSignatureMethod::build_signature()
- Build up the signature NOTE: The output of this function MUST NOT be urlencoded.