artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
684 stars 216 forks source link

Twitter: Target [OAuth\Common\Consumer\CredentialsInterface] is not instantiable. #65

Open lvandyk opened 10 years ago

lvandyk commented 10 years ago

What is the correct way to use OAuth::consumer('Twitter')?

My credentials: 'Twitter' => array( 'key' => 'KEY GOES HERE', 'secret' => 'SECRET GOES HERE', ), Is there anything I'm missing?

lvandyk commented 10 years ago

Found the issue was an error on my part: I wanted to inject the object into a custom class and I mistyped the name of the class in the bind statement.