summaryrefslogtreecommitdiff
path: root/tests/oauth/oauth.ini.sample
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-10-12 17:52:04 -0700
committerZach Copley <zach@status.net>2010-10-12 17:52:04 -0700
commit04f3f57e2eed2a7757b3dd2bf5afc4926dd0961b (patch)
tree1cc2f2ac91ef73e1025442ce8ac5ae4322d9073b /tests/oauth/oauth.ini.sample
parent112b6c40793a18262425ca039e4fe4a6eb68bce4 (diff)
parent5270e931311af0f644ebd4302833ad3bb89b81d4 (diff)
Merge branch 'oauth-1.0a' into 0.9.x
Diffstat (limited to 'tests/oauth/oauth.ini.sample')
-rw-r--r--tests/oauth/oauth.ini.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/oauth/oauth.ini.sample b/tests/oauth/oauth.ini.sample
new file mode 100644
index 000000000..16b747fe4
--- /dev/null
+++ b/tests/oauth/oauth.ini.sample
@@ -0,0 +1,10 @@
+; Setup OAuth info here
+apiroot = "http://YOURSTATUSNET/api"
+
+request_token_url = "/oauth/request_token"
+authorize_url = "/oauth/authorize"
+access_token_url = "/oauth/access_token"
+
+consumer_key = "b748968e9bea81a53f3a3c15aa0c686f"
+consumer_secret = "5434e18cce05d9e53cdd48029a62fa41"
+