Hey guys
I am trying to implement the app-to-app account linking but have some problem. The response of the skill enablement api shows that "The user does not have a valid enablement for your skill.". I now understand that it is required to use the auth code retrieved from my own authorization server in the step 6(https://developer.amazon.com/en-US/docs/alexa/account-linking/app-to-app-account-linking-starting-from-your-app.html#step-6). However, I still have no clue on this. If an auth code generated by my authorization server is needed, there must be some data exchange between my authorization server and alexa server, otherwise the auth code won't be validate. How do I implement such a data exchange? Is there any material for this? I have to say it is quite non-linear description for in the development documentation...
Thank you anyway.