You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
I'm nearly done writing an Alexa Skill that integrates with the Wunderlist API. I'm using Account Linking which supports OAuth2.
The only trouble I'm having is that the Skill can have one of three different Redirect URLs passed in the redirect_uri parameter. It seems that unless the parameter matches the Auth Callback URL I setup when I created my App, I get a 'forbidden' error.
Is it possible to have the "Auth Callback URL" field support more than one possible redirect_uri?
The text was updated successfully, but these errors were encountered:
I'm nearly done writing an Alexa Skill that integrates with the Wunderlist API. I'm using Account Linking which supports OAuth2.
The only trouble I'm having is that the Skill can have one of three different Redirect URLs passed in the redirect_uri parameter. It seems that unless the parameter matches the Auth Callback URL I setup when I created my App, I get a 'forbidden' error.
Is it possible to have the "Auth Callback URL" field support more than one possible redirect_uri?
The text was updated successfully, but these errors were encountered: