]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed some spelling mistakes in the README
authorZach Copley <zach@status.net>
Thu, 14 Jan 2010 00:56:52 +0000 (16:56 -0800)
committerZach Copley <zach@status.net>
Thu, 14 Jan 2010 02:41:10 +0000 (02:41 +0000)
tests/oauth/README
tests/oauth/oauth.ini

index ea4aabadbe385c33f95c312dfe37d097786eda07..dd76feb0c6b531e685fcd51e9d65c9ca686ff5c5 100644 (file)
@@ -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
index 5ef0e571ebb8b9909d8b505e82b8b5aca711ea1e..16b747fe43f54da5299eebccb89f3014ab06972a 100644 (file)
@@ -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"