summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-01-13 16:56:52 -0800
committerZach Copley <zach@status.net>2010-01-24 16:36:05 -0800
commitc2c930a8556cca866dfa0eba2fe1a8242eef71f2 (patch)
treee59419a61f2f92ed0bfa51fc3adc7bea2240cc31 /tests
parentde70b91a3a42b07c86d3a0cd8868ded6510fd91c (diff)
Fixed some spelling mistakes in the README
Diffstat (limited to 'tests')
-rw-r--r--tests/oauth/README6
-rw-r--r--tests/oauth/oauth.ini2
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/oauth/README b/tests/oauth/README
index ea4aabadb..dd76feb0c 100644
--- a/tests/oauth/README
+++ b/tests/oauth/README
@@ -10,12 +10,12 @@ Example usage:
php getrequesttoken.php
-Gets and request token, token secret and a url to authorize it. Once
-you get the token/secret you can exchange it for an access token...
+Gets a request token, token secret and a url to authorize it. Once
+you authorize the request token you can exchange it for an access token...
php exchangetokens.php --oauth_token=b9a79548a88c1aa9a5bea73103c6d41d --token_secret=4a47d9337fc0202a14ab552e17a3b657
-Once you have your access token, go ahead and try an protected API
+Once you have your access token, go ahead and try a protected API
resource:
php verifycreds.php --oauth_token=cf2de7665f0dda0a82c2dc39b01be7f9 --token_secret=4524c3b712200138e1a4cff2e9ca83d8
diff --git a/tests/oauth/oauth.ini b/tests/oauth/oauth.ini
index 5ef0e571e..16b747fe4 100644
--- a/tests/oauth/oauth.ini
+++ b/tests/oauth/oauth.ini
@@ -1,5 +1,5 @@
; Setup OAuth info here
-apiroot = "http://dev.controlyourself.ca/zach/api"
+apiroot = "http://YOURSTATUSNET/api"
request_token_url = "/oauth/request_token"
authorize_url = "/oauth/authorize"