Replies: 1 comment 1 reply
-
Are you using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've followed a bunch of examples on here (mostly #215 (comment)) , and everything is working, until I get down to the last one to exchange the token, which gives me the endpoint deprecated error:
And that gives a response of
{"response":"endpoint_deprecated:_please_update_your_app."}
I tried posting the exchange token request to https://auth.tesla.com/oauth2/v3/token and I get a response of
{"error":"invalid_grant","error_description":"Internal server error","error_uri":"https://auth.tesla.com/error/reference/..."}
Just want to confirm what URL is working for others?
Beta Was this translation helpful? Give feedback.
All reactions