artdarek / oauth-4-laravel

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

How to authorize an application using access token and secret that I already have? #129

Open JaffParker opened 9 years ago

JaffParker commented 9 years ago

Using the code from the examples I can get the access token and secret. But how can I use them further to pull user's data or do some actions for his account, without asking for permission again?

Thank you!