artdarek / oauth-4-laravel

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

OAuth using access token #116

Closed jsmmth closed 9 years ago

jsmmth commented 9 years ago

after I have requested the access token I store it in the users database so that I can continue using that throughout the site without having to get the user to sign in to twitter each time....

How do I collect data using this access token and not generating another one.