diff options
author | Zach Copley <zach@status.net> | 2010-01-13 16:52:33 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-24 16:36:05 -0800 |
commit | de70b91a3a42b07c86d3a0cd8868ded6510fd91c (patch) | |
tree | 8015d22a26a8bb0fd839a708a28a62449ece538b /tests/oauth/oauth.ini | |
parent | 6efbf2777ac1ba934829a8e9ae381ca280621c0c (diff) |
Some rough test scripts for poking at the OAuth system
Diffstat (limited to 'tests/oauth/oauth.ini')
-rw-r--r-- | tests/oauth/oauth.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/oauth/oauth.ini b/tests/oauth/oauth.ini new file mode 100644 index 000000000..5ef0e571e --- /dev/null +++ b/tests/oauth/oauth.ini @@ -0,0 +1,10 @@ +; Setup OAuth info here +apiroot = "http://dev.controlyourself.ca/zach/api" + +request_token_url = "/oauth/request_token" +authorize_url = "/oauth/authorize" +access_token_url = "/oauth/access_token" + +consumer_key = "b748968e9bea81a53f3a3c15aa0c686f" +consumer_secret = "5434e18cce05d9e53cdd48029a62fa41" + |