Creating a Custom OAuth App
To obtain the OAuth client credentials, follow the steps below:
- Log into Sage accounting Developer Account.
- Create a new app. Set the CallbackUrl to http://localhost:3333, or some other similar http url. If you are developing a web service, set this to the redirect uri you would like your web service to receive.
- The OAuthClientId is the Client Id displayed. The OAuthClientSecret is the Client Secret.