You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by bh...@apache.org on 2011/12/09 00:13:53 UTC

svn commit: r1212180 - /shindig/trunk/config/oauth.json

Author: bhofmann
Date: Thu Dec  8 23:13:53 2011
New Revision: 1212180

URL: http://svn.apache.org/viewvc?rev=1212180&view=rev
Log:
removed test credentials from oauth.json

Modified:
    shindig/trunk/config/oauth.json

Modified: shindig/trunk/config/oauth.json
URL: http://svn.apache.org/viewvc/shindig/trunk/config/oauth.json?rev=1212180&r1=1212179&r2=1212180&view=diff
==============================================================================
--- shindig/trunk/config/oauth.json (original)
+++ shindig/trunk/config/oauth.json Thu Dec  8 23:13:53 2011
@@ -31,13 +31,6 @@
       "consumer_secret" : "secret",
       "key_type" : "HMAC_SYMMETRIC"
     }
-  },
-  "http://localhost:8080/statusnet_gadget_2nd/statusnet_gadget.xml" : {
-    "statusnet" : {
-      "consumer_key" : "71b454c797a58e8de5df33137e95cb8c",
-      "consumer_secret": "b6fb2e03e7017e25f43010efbb2b9595",
-      "key_type" : "HMAC_SYMETRIC"
-    }
   }
 }