09-21-2024 08:50 AM
I'm trying to setup a little inventory management ios app for my little business that will integrate with ebay seller api so that I can choose to list items on ebay directly from my app.
I am struggling though with figuring something out. Maybe its my use of ChatGPT to help me out but I keep getting told I need to setup the following:
"
5. Add or Modify Redirect URI:
•Add your redirect URI(s) here. Ensure that the URI is secure (uses HTTPS) and points to a valid URL where your app can handle the OAuth callback.
• Example of a redirect URI: https://yourapp.com/oauth/callback."
For the life of me I cannot find where you define this within the app settings on ebay api. I set it up and get a client id and secret and all that but no where is there a place to define a "redirect URI"?
What am I missing? ChatGPT seems pretty adamant that I need to define this redirect URI somewhere but I'm lost. Really need to figure this out, it's the last missing functionality I need to make this work for me.
09-21-2024 09:04 AM
Maybe if you look at this link it will be useful to you:
https://developer.ebay.com/api-docs/static/oauth-redirect-uri.html
Good luck 🌷
09-21-2024 09:34 AM
i appreciate the link and must not be understanding because it doesn't seem to indicate you need to define or list a redirect URI for the app, like this appname:callback or https://www.domainname.com/callback ? It seems to only mention that the RUName is automatically generated?