Open JMedina90 opened 6 years ago
You are missing a bunch of stuff in
OAuth2Strategy(
{
authorizationURL: "https://auth.sandbox.ebay.com/oauth2/authorize?",
tokenURL: "https://api.sandbox.ebay.com/identity/v1/oauth2/token",
clientID: "client-id"
},
See https://github.com/sahat/hackathon-starter/blob/master/config/passport.js#L484 for a working example
I'm trying to get an authorization code from eBay with passportjs-oauth2, but passport its not returning any data.
passport-config.js
auth-route.js:
And I get the following error: "request is missing a required parameter or malformed."
Any ideas? Edit: The URL does return the code I'm trying to get.