unscene / node-oauth

OAuth 1.0A Client Utilities

Home Page:http://github.com/unscene/node-oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid base string generated for a URL with a query string

cdhowie opened this issue · comments

On this line there is a test for the b parameter to be instanceof Object. However, querystring.parse() (on this line) returns an object that is failing the instanceof test, and so parameters are not getting merged correctly.