oauth2 Twitter OAuth for PHP The Open Source minefield Whilst I am a huge fan of open source, one of the downsides is it can be extremely hard to find definitive information detailing which versions of packages work with each other. Documentation in general is rather patchy. Using google to search for error messages is a good way of navigating some of the pain, but good and bad advice seems to exist in equal quantities! OAu.. 2011. 5. 10. Installing OAuth on CentOS 5.4 I've recently needed to install the OAuth libarary on CentOS for use in creating Twitter applications and using the Linkedin API. Here's how to do it. $ yum install curl-devel gcc $ yum install pcre-devel$ yum install php-pear Next, install oauth using pecl $ pecl install oauth-beta After oauth installs, you will need to do 1 of the below 2 things 1. If the directory /etc/php.d exists, create a .. 2011. 4. 25. 이전 1 다음