I try to work with REST API, before that install oAuth in the server, how can i install oAuth in GoDaddy VPS Server.
Note : Is possible using REST API without OAuth
Solved! Go to Solution.
Depending on the repository that you have in your server, you should be able to just enter the command:-
yum install php-pecl-oauth
What OS are you running in the VPS and is it Managed or Unmanaged?
@JLHC Centos, and unmanaged.
Depending on the repository that you have in your server, you should be able to just enter the command:-
yum install php-pecl-oauth
@JLHC By mistake installed version oauth 2.0. how can i downgrade to 1.0?