Based on the documentation about OAuth2 authorization, we need to use a web browser to start the authorization process. Is there a way to bypass this and still use OAuth2? We have the Client ID, Client Secret, and a temporary redirect URI. If we can't do this with OAuth2, is there another way to authorize and get an Access token for the EAccounting API, like using OAuth? Our main goal is to get an Access Token to be able to use the EAccounting API without having to use a web browser.
... View more