Closed tschf closed 7 years ago
Was getting an error missing access token, after debugging I found the response wasn't being properly parsed.
Looking at your code, I think they may have changed the response type from a string separated by & to be a JSON object.
Example response:
{"access_token":"-removed-","token_type":"bearer","expires_in":5183211}
Was getting an error missing access token, after debugging I found the response wasn't being properly parsed.
Looking at your code, I think they may have changed the response type from a string separated by & to be a JSON object.
Example response: