vclayton / unpecl-oauth

Native PHP drop-in replacement for the PECL OAuth extension
MIT License
4 stars 1 forks source link

getAccessToken ignores $verifier_token #2

Closed vclayton closed 9 years ago

vclayton commented 9 years ago

The $verifier_token parameter to getAccessToken is totally ignored. Also, it is optional, and should be pulled from $_GET/$_POST if not passed in.

vclayton commented 9 years ago

Fixed by commit: f2702b1