logical-and / php-oauth

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
https://packagist.org/packages/and/oauth
MIT License
43 stars 13 forks source link

Classes are not loaded properly #31

Closed jhnferraris closed 9 years ago

jhnferraris commented 9 years ago

Installed and/oauth via composer. I'm getting Class 'OAuth\Common\Http\Client\CurlClient' not found when I try instantiating CurlClient.

I've already set the namespace use OAuth\Common\Http\Client\CurlClient; when trying to instantiate it, it still throws a not found error.

jhnferraris commented 9 years ago

Nevermind. The updated library utilized a new client class. My bad.

logical-and commented 9 years ago

Reported, solved. :)