VERSION
VERSION
OAuth request class
_getSignableParameters() : string
Returns the normalized parameters of the request
This will be all parameters except oauth_signature, sorted first by key, and if there are duplicate keys, then by value.
The returned string will be all the key=value pairs concatenated by &.