09-08-2023 10:14 AM
Has anybody seen this before? I updated my account to support oauth, but not using that yet. Revoked an old User Key since a developer has been let go, and when I insert the new one I get this message
So I then log back into the developer portal and when I click sign in under
it takes me to this every time
Is this normal? How do I fix this error?
09-08-2023 04:04 PM
That consent form is normal. Once consent is authorized (when you sign in and click "Agree" for the account you want to link), you would be returned to the invocation page where you can collect the token to use in your Trading API calls. In your middle screenshot, your token will appear immediately below the blue "Sign in to Production" button.
In the screenshot below, the top half is before clicking the big blue button. After signing into eBay and agreeing to the third-party authorization page, you should be returned to the token page where the authorization token is displayed for copying (shown in the bottom half of the screenshot below). The token will look like
v^1.1#i^1#p^3#I^3#...jI2MA==
Save that token that has been assigned to your seller account. It can be used for up to 18 months by your program. If you keep resetting the token, then it appears you can use any one of those tokens, since a new one does not automatically revoke an old one. However, you might as well pick up the newest one each time.
Developer - API auth-n-auth
Since you may have revoked the initial token, the problem appears to be finding all places where that token must be replaced.
09-11-2023 08:44 AM
Thank you for the reply.
I have combed over the whole code about 3 times. I've found credentials with ' in front of them assuming which that eliminates those lines from the code as well as a whole 2nd set of credentials that I've been updating. These lines of code I've seen over a dozen times in other scripts and files and changed all the ones without the ' in front.
I'm at a loss as to where I'm missing the step here. I've inputted the key I'm using into the auth-auth testing site in the developer side of eBay and it successfully adds the item to our eBay store.