This line of PHP code:
$oauthClient = new OAuth($consumerKey, $consumerSecret, ... etc.
Results in error:
Fatal error: Class 'OAuth' not found
I'm running WampServer 2.1, PHP version 5.3.4, Windows Server 2008 R2 (equivalent to Windows 7)
I've double checked that php_oauth.dll is installed as per these instructions: PHP OAUTH class api
How do I successfully load the oauth extension and fix this PHP error?
Download the correct oauth DLL from here
Paste php_oauth.dll in \wamp\bin\php\php5.5.12\ext
Add these line your both php.ini extension=php_oauth.dll
1.\wamp\bin\php\php5.5.12
2.\wamp\bin\apache\apache2.4.9\bin
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With