hi -

Just recently had a developer account approved, and looking at getting our existing app working -

I am just testing locally - and I have my internal server set on https://highstreet.local - and this works ok - there is a SSL error but i don’t think that is causing me a problem (or at least I hope it’s not).

When i try to log in I get the following error :

<?xml version=“1.0” encoding=“UTF-8”?><errors><error code=“415”>Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings</error></errors>

which is strange because I have the correct callback set -

Can confirm that I am using the consumer API key and secret so not sure why this callback URL is not approved for this application?

Can someone confirm?

Application ID : 15640396

Are you certain that the call your code is making is passing in a matching callback URL to the oauth endpoint?

that’s a good point - let me double check that

As far as I can see it should be passing it…

scratch that - i think i found it, missing https://

2 Likes