artdarek / oauth-4-laravel

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

Check authorization Google plus app #121

Closed fr4ngus closed 9 years ago

fr4ngus commented 9 years ago

I want to check if user authorize my google application, without laravel send an exception. if($googleService->request('https://www.googleapis.com/oauth2/v1/userinfo')) echo "Check ok" else echo "not check"

But laravel send an exception (Token not found in session, are you sure you stored it?)

How can i resolve this ?