node-oauth icon indicating copy to clipboard operation
node-oauth copied to clipboard

Authorization path and token path different

Open piyush0609 opened this issue 8 years ago • 2 comments

How to tackle this issue when authorization path and token path are different for an API.

piyush0609 avatar Sep 13 '16 05:09 piyush0609

I have the same issue. Would a pull request be accepted if I were to implement a solution?

I propose allowing authorizePath to be passed as a full url. If that is the case, then use the url instead of appending authorizePath to baseSite.

What do you think @ciaranj?

nrempel avatar Nov 10 '16 21:11 nrempel

@piyush0609 I opened #341 based off of @nrempel's suggestion after running into the same issue with Facebook.

samsullivan avatar Jan 11 '18 01:01 samsullivan