diff options
author | Zach Copley <zach@status.net> | 2010-10-07 18:41:34 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-07 18:41:34 -0700 |
commit | 46de847ce0b72a85b96fcbea94624db98c265d45 (patch) | |
tree | c53872339f096e46cd4027319cb27ac1f1d35799 /tests | |
parent | 70cad115734f0c34a5a2c7d6c8ce2492056a7a07 (diff) |
Rename OAuth token credential fetching script
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/oauth/fetch_token_creds.php (renamed from tests/oauth/exchangetokens.php) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/oauth/exchangetokens.php b/tests/oauth/fetch_token_creds.php index 049c0cad0..a508c7240 100755 --- a/tests/oauth/exchangetokens.php +++ b/tests/oauth/fetch_token_creds.php @@ -40,8 +40,10 @@ $shortoptions = 't:s:v:'; $longoptions = array('oauth_token=', 'oauth_token_secret=', 'oauth_verifier='); $helptext = <<<END_OF_ETOKENS_HELP - exchangetokens.php [options] - Exchange an authorized OAuth request token for an access token + fetch_token_creds.php [options] + + Exchange authorized OAuth temporary credentials for token credentials + (an authorized request token for an access token) -t --oauth_token authorized request token -s --oauth_token_secret authorized request token secret |