Trying to get an Access Token. Have created an Oauth Client ID (and key) following the instructions at:
https://developer.goto.com/guides/HowTos/03_HOW_accessToken/
I inserted the client ID and redirect URL into the given address (the client ID below will be deleted in a few minutes)
https://api.getgo.com/oauth/authorize?client_id=ad35a9b2-532c-47c3-86f8-6676d5253a5b&response_type=code&redirect_uri=https://test.dev-address.com/admin_orders.php
and I instantly get an error message:
{"fault":{"faultstring":"Invalid ApiKey","detail":{"errorcode":"oauth.v2.InvalidApiKey"}}}whether I'm logged in or not. It returna 401 error code.
I went and created another Client ID, no change. The redirect URL seems to have no effect,
Can't find any useful info about this error. What am I missing?
Please help if you have any insight...
Thank,
Earl Daniels
Web Dev