From 46de847ce0b72a85b96fcbea94624db98c265d45 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 7 Oct 2010 18:41:34 -0700 Subject: [PATCH] Rename OAuth token credential fetching script --- tests/oauth/{exchangetokens.php => fetch_token_creds.php} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename tests/oauth/{exchangetokens.php => fetch_token_creds.php} (96%) diff --git a/tests/oauth/exchangetokens.php b/tests/oauth/fetch_token_creds.php similarity index 96% rename from tests/oauth/exchangetokens.php rename to tests/oauth/fetch_token_creds.php index 049c0cad07..a508c7240c 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 = <<