vclayton/unpecl-oauth

getRequestToken generates invalid signature

Closed this issue · 1 comments

As noted in https://github.com/IntuitDeveloper/oauth-php/issues/4 we are generating an invalid signature when retrieving a request token.

Problem was that oauth_callback was not being included in the set of params included in the signature. Fixed by commit: 8615e9f