Created
October 22, 2017 21:19
-
-
Save jakeyr/b8359bec7a66d87beca0c3c9509dc1de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl 'https://api.home.nest.com/oauth2/access_token' -d 'client_id=<APP_ID>&client_secret=<APP_SECRET>&code=<MY_CODE>&grant_type=authorization_code' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment