Ebay oauth requires string in place of callbackurl
Hi Jared,
I was implementing the oauth flow using passport oauth2, for different shopping providers. Most of them was pretty straight forward, but when I started implementing Ebay using oauth2, I came onto an issue that Ebay uses RuName instead of callbackurl. When I made the request to Ebay, it was giving the error as Bad Request. After some time I came to understand that, passport-oauth2 completes my URL as it thinks it is a relative url and that gives the error at Ebay end. I have integrated other providers using your module, but I am stuck on Ebay which is a must for my project. I don't want to change my code to support Ebay alone.
Hi Jared, Any update regarding this?