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