Hi,
I installed an app in my clover merchant account. It is known to me that after successful installation of app we are redirected to 'Site Url' mentioned within the app with the query string parameters which are generally returned by 'oauth/Authorize' api method.
It means that after app installation, "https://www.clover.com/oauth/authorize" method triggers automatically by returning required parameters. Same happens when I launch the same application from dashboard of clover which changes the 'Authorization Code' labelled as 'code' within query string returned.
This makes the authorization code keep on changing and based on that code I have to look for access token again and again. Can't it be like that authorization code stay same making access token also intact.
Please reply Asap as development is going on.
Thanks!