Stuart_Donaldson
2 years agoValued Cover User
http://desktop redirect not working
My app Oauth procedure (written in VBA) loads the URL into an ActiveX Browser window and brings up the Acceptance page which functions correctly generating the Authorisation but then returns the following:
Starting Oauth
Login response URL https://secure.myob.com/oauth2/account/authorize?client_id=[API Key here]&client_secret=[APISecret here]&redirect_uri=http%3A%2F%2Fdesktop%2F&response_type=code&scope=CompanyFile
Waiting for website
Seconds 30
oauth2.AuthFlowState 1
No response from the browser!
Browser window shows :
Solved... listening port incorrectly set in code...