Hi there! Just trying to pick this up, and I'm not sure where to start. I've added some extra debugging to try to see what's going on, but whatever it is, I'm not seeing it. I receive what looks to be a valid token, it gets to the
"# now we can fetch the rest of the account info" section, gets to account/details .. and i get a 401 Unauthorized back, and the test of the response is JSON containing
{ error: { description: "The access token is malformed", key: "invalid_token" } }
This is with the most recent PR added that fixes some prior issues, I reverted that to see if that was at fault, and just got a "Missing Schema" on a "Invalid URL" message.
Any ideas?
Hi there! Just trying to pick this up, and I'm not sure where to start. I've added some extra debugging to try to see what's going on, but whatever it is, I'm not seeing it. I receive what looks to be a valid token, it gets to the
"# now we can fetch the rest of the account info" section, gets to account/details .. and i get a 401 Unauthorized back, and the test of the response is JSON containing
{ error: { description: "The access token is malformed", key: "invalid_token" } }This is with the most recent PR added that fixes some prior issues, I reverted that to see if that was at fault, and just got a "Missing Schema" on a "Invalid URL" message.
Any ideas?