32 return 'oauth_token=' .
34 '&oauth_token_secret=' .
to_string()
generates the basic string serialization of a token that a server would respond to request_token and ...
__construct($key, $secret)
key = the token secret = the token secret
static urlencode_rfc3986($input)
Class to represent an OAuth Token.