summaryrefslogtreecommitdiff
path: root/lib/omb.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/omb.php')
-rw-r--r--lib/omb.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/omb.php b/lib/omb.php
index e9108e3e7..481aa6c02 100644
--- a/lib/omb.php
+++ b/lib/omb.php
@@ -53,6 +53,7 @@ function omb_oauth_server() {
static $server = null;
if (!$server) {
$server = new OAuthServer(new LaconicaOAuthDataStore());
+ $server->add_signature_method(omb_hmac_sha1());
}
return $server;
}