Question
I am using the Call Log APIs and I want to deploy them on a server. Is there a way to create a refresh token without redirecting to a specific URL?
When I log in through the Call Log APIs, I am redirected to the URL that I provided in the app during the API setup.
I need to retrieve the call log, then fetch the recordings for the calls, and finally download them from the ContentURI.
Is it possible to authenticate without being redirected to that URL?
Please help me with this issue. Thanks.