Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to install the oauth in php

Tags:

php

oauth

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

like image 225
Muhammad Usman Avatar asked Dec 05 '25 08:12

Muhammad Usman


1 Answers

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

Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!