artdarek / oauth-4-laravel

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

Did I or Did I not get the access token? #49

Open kiempoturner opened 10 years ago

kiempoturner commented 10 years ago

AM I DOING THIS RIGHT?

first of all, here is the url and redirect uri:
1

This is my HomeController:
2

This is the Routes:
6

This is the index page, also you can see the URL:
3

It redirects to this URL after clicking Login:
4

Next it redirects to this page to ask for permission to authorize:
5

Then it redirects to this page after clicking Authorize, (NOTICE THE URL):
7

--------------------------------------------------------------------------------------------------

DID I GET THE ACCESS CODE? AM I DOING THIS RIGHT?IF SO HOW TO STORE IN A DATABASE AND SESSION?

Thanks!