Knowledgebase
Setup oauth on Ubuntu
installing using pecl:
# pecl install oauth
may need to install pcre headers (debian based)
# apt-get install libpcre3-dev
add extension=oauth.so to php.ini
installing using pecl:
# pecl install oauth
may need to install pcre headers (debian based)
# apt-get install libpcre3-dev
add extension=oauth.so to php.ini
ServerStage GmbH © - All rights reserved 2024 - Terms Of ServiceAcceptable Usage PolicyPrivacy Policy