]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup classes
authorEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 19:28:20 +0000 (15:28 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 19:28:20 +0000 (15:28 -0400)
darcs-hash:20080602192820-84dde-6ac58e44cc0fb455e871053ace803194c76ccd00.gz

lib/omb.php

index 43184a0fedbb73b79eb4ab0637c3b6bc69e5a733..e9108e3e75347722bf7ed8ac80584b760b3ef8ab 100644 (file)
@@ -22,6 +22,10 @@ if (!defined('LACONICA')) { exit(1); }
 require_once('OAuth.php');
 require_once(INSTALLDIR.'/lib/oauthstore.php');
 
+require_once(INSTALLDIR.'/classes/Consumer.php');
+require_once(INSTALLDIR.'/classes/Nonce.php');
+require_once(INSTALLDIR.'/classes/Token.php');
+
 define('OAUTH_NAMESPACE', 'http://oauth.net/core/1.0/');
 define('OMB_NAMESPACE', 'http://openmicroblogging.org/protocol/0.1');
 define('OMB_VERSION_01', 'http://openmicroblogging.org/protocol/0.1');