I got the authorization code from https://home.nest.com/login/oauth2?client_id=CLIENT_ID&state=FOO.
I want to get the access_token, but something wrong!
Result:
url: "/oauth2/access_token?code=xxx&client_id=xxx&client_secret=xxx&grant_type=authorization_code",
message: "404 Not Found"