PHP Fatal error: Class 'OAuth'
I searched the site for hours looking for answer and nothing helped me. I’ve installed PHP/Apache2/PECL/OAuth and edited php.ini for extension=oauth . I get this error everything I type "php example.php" I'd set the token and everything required in example.php PHP Fatal error: Class 'OAuth' not found in /home/twitter/TwitterAutoReply.php on line 22 My php files is example.php and TwitterAutoReply.php https://raw.github.com/gist/820281/303a61ee9b324070e803e51806552e64fccfdd4c/example.php and https://gist.github.com/raw/820281/6bf1b6d78dd05daef319ce84a88eedf139a44b5a/TwitterAutoReply.php From