6 calls to sOAuthUtil::urlencode_rfc3986() in jQuery social stream 7
- sOAuthRequest::get_signature_base_string in ./
jquery_social_stream.js.inc - Returns the base string of this request
- sOAuthRequest::to_header in ./
jquery_social_stream.js.inc - builds the Authorization: header
- sOAuthSignatureMethod_HMAC_SHA1::build_signature in ./
jquery_social_stream.js.inc - Build up the signature NOTE: The output of this function MUST NOT be urlencoded. the encoding is handled in sOAuthRequest when the final request is serialized
- sOAuthSignatureMethod_PLAINTEXT::build_signature in ./
jquery_social_stream.js.inc - 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.
- sOAuthToken::to_string in ./
jquery_social_stream.js.inc - generates the basic string serialization of a token that a server would respond to request_token and access_token calls with
- sOAuthUtil::build_http_query in ./
jquery_social_stream.js.inc