Rename OAuth token credential fetching script
This commit is contained in:
		@@ -40,8 +40,10 @@ $shortoptions = 't:s:v:';
 | 
				
			|||||||
$longoptions = array('oauth_token=', 'oauth_token_secret=', 'oauth_verifier=');
 | 
					$longoptions = array('oauth_token=', 'oauth_token_secret=', 'oauth_verifier=');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$helptext = <<<END_OF_ETOKENS_HELP
 | 
					$helptext = <<<END_OF_ETOKENS_HELP
 | 
				
			||||||
  exchangetokens.php [options]
 | 
					  fetch_token_creds.php [options]
 | 
				
			||||||
  Exchange an authorized OAuth request token for an access token
 | 
					
 | 
				
			||||||
 | 
					  Exchange authorized OAuth temporary credentials for token credentials
 | 
				
			||||||
 | 
					  (an authorized request token for an access token)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    -t --oauth_token        authorized request token
 | 
					    -t --oauth_token        authorized request token
 | 
				
			||||||
    -s --oauth_token_secret authorized request token secret
 | 
					    -s --oauth_token_secret authorized request token secret
 | 
				
			||||||
		Reference in New Issue
	
	Block a user