Closed francisdb closed 8 years ago
according to http://oauth.net/core/1.0/#rfc.section.5.2 there are 3 ways to send the Consumer Request Parameters
Consumer Request Parameters
Some services do not support the first one (Authorization header) so it would be nice to be able to select one of the 3 methods and defaulting to Authorization header.
I guess this is blocked by https://github.com/ciaranj/node-oauth/issues/74
Closing this as it seems out provider does support using Authorization header
according to http://oauth.net/core/1.0/#rfc.section.5.2 there are 3 ways to send the
Consumer Request Parameters
Some services do not support the first one (Authorization header) so it would be nice to be able to select one of the 3 methods and defaulting to Authorization header.