I'm implementing OAuth with the Spotify Web API. Im doing it following the Authorization Code flow.
If I try any utterances, it should pops it to login and then return it to my capsule. However, I can make the login, and when returning it to the capsule, it will not register the OAuth session and will be in a loop asking it to login again.
The following images will show some of my code:
As you can see, I'm just trying to return a boolean value which I will show it in the dialog, as a test.
What am I missing?
Thank you guys!