vclayton/unpecl-oauth

getAccessToken ignores $verifier_token

vclayton opened this issue · 1 comments

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

Fixed by commit: f2702b1