daviddesberg / PHPoAuthLib

PHP 5.3+ oAuth 1/2 Client Library
Other
1.08k stars 454 forks source link

Seperate request and access token based requests #471

Closed JLueke closed 8 years ago

JLueke commented 8 years ago

I have noticed that the storages won't throw a TokenNotFoundException if there is no access token although a request token. I enabled this behaviour and refactored the methods that parse the access token and request token responses.