- Fix GET requests with query parameters for OAuth 1.0 [tootallnate]
- Global leak fix [danzajdband]
- Remove any mention of an "options" object, since one is not longer used [tootallnate]
- Pass the _data object as the "extraParams" [tootallnate]
- Override
request()
instead ofend()
[tootallnate] - Use the OAuth2 object's "_accessTokenName" field to get the proper "access_token" query param name [tootallnate]
- Use the OAuth2 "access_token" query param name [tootallnate]
- Initial release