diff --git a/lib/omb.php b/lib/omb.php index e9108e3e75..481aa6c024 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; }