-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having trouble opening the browser authorization URL to retrieve authorization code #13
Comments
I'm having the same issue. Any help? |
I'm not having any luck on my end. What confuses me is getting the value for the 'code' parameter for this function: // Exchange Code for Authorization token I understand that it's supposed to come from the Authorization URL after the user gives permission, but I have no clue on how to capture that value. |
any update on this? |
Look into using Cors. https://www.npmjs.com/package/cors If you have trouble let me know I was able to get up and running with this library and would be happy to help. |
This looks like bad design by eBay. So, if you are working on a platform that does not provide a way to accept HTTP requests you have to set up a separate server to do so, and on that server cache the This is absolutely absurd. eBay's old Auth'n'Auth dealt with this nicely be implementing the "separate server" (described above) as a API function call TO eBay API DevelopersPlease weigh in here, is there a new |
I'm running this code in my server.js:
But I keep getting this error in my console:
I switched out my client IDs and the URI with placeholders. I am using Express js but not AJAX.
Any ideas on how to fix this error?
The text was updated successfully, but these errors were encountered: