daviddesberg / PHPoAuthLib

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

Seperation of request and access token + refactoring #472

Closed JLueke closed 8 years ago

JLueke commented 8 years ago

The storages themselves don't trigger if the access token is missing. This enables a TokenNotFoundException if you try to do a request with only a request token in OAuth1.