oauthapi: authorize app

This commit is contained in:
Fabio Comuni 2011-10-26 17:15:36 +02:00
parent b06588ffa1
commit ff7fc68382
5 changed files with 125 additions and 8 deletions

View file

@ -101,6 +101,7 @@ class FKOAuth1 extends OAuthServer {
function __construct() {
parent::__construct(new FKOAuthDataStore());
$this->add_signature_method(new OAuthSignatureMethod_PLAINTEXT());
$this->add_signature_method(new OAuthSignatureMethod_HMAC_SHA1());
}
}