diff options
Diffstat (limited to 'lib/omb.php')
-rw-r--r-- | lib/omb.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/omb.php b/lib/omb.php index 89d0afa9e..2cbd09ea5 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -26,6 +26,8 @@ require_once(INSTALLDIR.'/classes/Consumer.php'); require_once(INSTALLDIR.'/classes/Nonce.php'); require_once(INSTALLDIR.'/classes/Token.php'); +require_once('Auth/Yadis/Yadis.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'); |