]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/requesttoken.php
start openid rp integration
[quix0rs-gnu-social.git] / actions / requesttoken.php
index 92b4c423422f53c66cd1f97acbe466e1cc1427e4..0e233ff1794d1ab094a814db94b841e6feaf8109 100644 (file)
@@ -26,7 +26,7 @@ class RequesttokenAction extends Action {
                parent::handle($args);
                try {
                        $req = OAuthRequest::from_request();
-                       $server = common_oauth_server();
+                       $server = omb_oauth_server();
                        $token = $server->fetch_request_token($req);
                        print $token;
                } catch (OAuthException $e) {