I’m trying to connect my Photon to a custom Alexa skill, but cannot get the account linking to work. From my understanding, they should work together nicely through OAuth2. I have set up Particle authentication like so:
And amazon like so:
When I go to enable this through the Alexa app, it allows me to sign in and redirects me to Alexa with the error “We were unable to link [my app] at this time.”
I have no idea where to go from here, as the error message is non-specific. I’ve checked the documentation for both, but I don’t control either end of the authentication to check what HTTP data is being sent/received.
Thanks for your help!