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 acc
First of you have to download pear run it. than Install the Oauth extension. For windows you should have compiled file. of .dll file of extension. Best of luck
You can find the correct dll files here
Make sure you select the correct file on the following factors:
You can find these info using php_info(); of your server.
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