-
I stuck in the refresh token.... protected $tokenUrlNew = 'https://auth.tesla.com/oauth2/v3/token'; public function refreshAccessToken(string $refreshToken)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Think i fixed it: Using the refresh_token from step3 and not from step4!!!
###Step 4: Exchange bearer token for access token
|
Beta Was this translation helpful? Give feedback.
-
@ralfonso4 Many greetings |
Beta Was this translation helpful? Give feedback.
Think i fixed it: Using the refresh_token from step3 and not from step4!!!