From 590d96f70e79e371610633e48497e14b5e6bc445 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 7 Oct 2010 19:43:55 -0700 Subject: Rename oauth.ini example to oauth.ini.sample --- tests/oauth/oauth.ini | 10 ---------- tests/oauth/oauth.ini.sample | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 tests/oauth/oauth.ini create mode 100644 tests/oauth/oauth.ini.sample diff --git a/tests/oauth/oauth.ini b/tests/oauth/oauth.ini deleted file mode 100644 index 16b747fe4..000000000 --- a/tests/oauth/oauth.ini +++ /dev/null @@ -1,10 +0,0 @@ -; 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" - 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" + -- cgit v1.2.3-54-g00ecf