Hi, I’m just getting started and I would like to create an app to list users of my account. Based on the instructions in the docs, I created a OAuth app and installed it on the account.
For testing purposes, you do not need to publish this app. You also do not need to provide any Redirect or Whitelist URLs. This applies only while you test using the Test Request Widget within our API reference docs. However, you will need valid credentials for the app as well as the Scopes required for each API.
Yet, in order to install the application I needed to provide a Redirect url, so I provided a bogus one because I only want to try out the API using the test request widget in the docs.
Unfortunately, when I try to generate an access token in the testing widget a window opens and it complains that it needs a good redirect url. So I’m not sure how to proceed here. How do I create an app that simply gives me access to the testing widget?