forked from GNUsocial/gnu-social
add the hmac sha1 signature method to server
darcs-hash:20080602194333-84dde-3ebcd6250184952779a6e6fd7c8561cc6a3733ac.gz
This commit is contained in:
parent
1de5328c49
commit
1f8e18d97b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user