How to install the oauth in php. Can any one provide me the full description, links and all the libraries. I tried from here but I could not understand
I want to access the oauth token by the following code
$oauth = new OAuth(API_CONSUMER_KEY, API_CONSUMER_SECRET);
but this is not working because php extension for oauth is not installed
Yup, u need this file php_oauth.dll (windows)
Put into
/bin/php[version]/ext
And you need to change php.ini to load oauth (Dynamic Extensions)
extension=php_oauth.dll
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