Hello there,
Anyone using REST API through Java SDK? Please share sample Java OAuth client to use REST API through Java SDK.
Is there any way to automate the Authorization process?
We have followed three steps described in https://developer.infusionsoft.com/authentication/
Request Permission through browser https://signin.infusionsoft.com/app/oauth/authorize?client_id={client_id}&redirect_uri=https://example.com&response_type=code&scope=full got one screen to Allow the API access, Hit the button to Allow the API access , now it is redirected to specified uri with required “code” information.
But the question is there any way to automate authorizing requests programmatically.
Any sample OAuth client or any pointers about this would be great help
Thank you.!