I am trying to enable OAuth Drupal 7 module however I am getting this error:
DrupalOAuthClient requires the PHP cURL library. (Currently using OAuth cURL library not found)
I have WAMP server php_curl extension is checked and extension=php_curl.dll in both php.ini is not commented. In the same time phpinfo() does not show CURL
What could be the problem?