I need some help setting up Callback URLs for an application I’d like to develop. I edited the application configuration to add callback URLs for 1) the documentation page, 2) the provided-URL for localhost, and 3) my application’s callback.
Starting on the bike index.org/oauth/applications/#id page, I click “Authorize” to the URL for the documentation pages. The URL that opens is https://bikeindex.org/oauth/authorize?client_id=[redacted]&redirect_uri=https%3A%2F%2Fbikeindex.org%2Fdocumentation%2Fauthorize&response_type=code
.
The problem is that every callback URL I try all fail with this same error message about an absent scope. The page that opens displays:
AN ERROR HAS OCCURRED
Missing required parameter: scope.
I’ve tried finding available scopes from the GitHub repo and adding those to the URLs, but I think this problem requires the dev page /oauth/authorize query parameters to include the scope.