So this is my first time writing an Alexa skill that involves account linking. I am trying to build a skill that allows a user to add tasks to Wunderlist.
Skill ID: amzn1.ask.skill.50359983-47ab-4141-881f-9efbe534fc83
Authorization URI: https://www.wunderlist.com/oauth/authorize
Token URI: https://www.wunderlist.com/oauth/access_token
I have obtained Client ID and Client Secret from the Wunderlist developer page. Lambda function was written in NodeJS and is on AWS Lambda.
When I try to invoke my skill, I get the Link Account card. Clicking on the link here takes me to the Wunderlist login page, where I enter my email address and password. However, after this I get the error saying: 'We were unable to link Wunderlist at this time'.
Any thoughts on what the issue could be and how I would go about fixing it? I have spent a fair amount of time looking at the documentation and trying to find other guides to help me set this up, but to no avail.
Thanks a lot!