Closed nbosio1001 closed 11 months ago
Does Tesla use RFC 6749? Does it mention it somewhere in the codebase? I am following python's oauthlib to write my code and they have options for rfc6749 and rfc8628.
Go with rfc6749. Check https://developer.tesla.com/docs/fleet-api#authentication, you will find
redirect_ur Partner app callback url, spec: rfc6749
Does Tesla use RFC 6749? Does it mention it somewhere in the codebase? I am following python's oauthlib to write my code and they have options for rfc6749 and rfc8628.