laravel-oauth
laravel-oauth copied to clipboard
A Laravel OAuth 1 & 2 library
Hi, Does this package work with Laravel 5.8 ? It throws error: ``` Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_RECOVERABLE_ERROR) Argument 1 passed to OAuth\Common\Storage\SymfonySession::__construct() must be...
There is an argument type mismatch when trying to do: ```$twitter = OAuth::consumer('twitter');``` > "Type error: Argument 1 passed to OAuth\Common\Storage\SymfonySession::__construct() must be an instance of Symfony\Component\HttpFoundation\Session\SessionInterface, instance of Illuminate\Session\Store...
@jenssegers How to add my client id and client secret for LinkedIn, as it throws authentication error even when the id and secret key is updated in service file as...
Hello thanks for the helpfull package. To be compatible and working with laravel 5.2 bindShared must be replaced with singleton, otherwise it will kill the app: It should now be:...
Guys, I need your input. Should we switch to https://github.com/thephpleague/oauth2-client? I feel like Lusitanian/PHPoAuthLib is not in active development anymore.
``` $twitter_service->requestRequestToken(); ``` Seems to fail with "Failed to request resource." in Laravel 4.
Hi , I'm having a issue while installing. exception 'BadMethodCallException' with message 'Call to undefined method [package]' in /vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php:226 Thanks
I managed to install it but it gives the classic Laravel 5 incompatibility issue like all packages. If you have any idea where I should look for or what to...
I've tried to use this to log in with twitter and this redirect me to twiiter, perfect!... but this show me an error message telling me: Whoa there! There is...