skip to Main Content

eBay Oauth token – unable to exchange authorization code for a User access token

I am getting {"error":"invalid_client","error_description":"client authentication failed"} 401 response. I did manage to get a user consent (docs: https://developer.ebay.com/api-docs/static/oauth-authorization-code-grant.html) by accessing the url manually and logging in to my account: import requests, urllib, base64 my_AppID = "someAppID" my_Ru_Name = "someRuName" scope…

VIEW QUESTION
Back To Top
Search