Closed oroce closed 10 years ago
If we dont provide a callback for _performSecureRequest it will return the raw unsent request object: https://github.com/ciaranj/node-oauth/blob/0.9.10/lib/oauth.js#L405-L410
_performSecureRequest
This allows to override such things like the Accept header.
Also added an example to the README.
thanks for merging, could you republish to npm?
All published!
thanks
If we dont provide a callback for
_performSecureRequest
it will return the raw unsent request object: https://github.com/ciaranj/node-oauth/blob/0.9.10/lib/oauth.js#L405-L410This allows to override such things like the Accept header.
Also added an example to the README.