From 62543089a908d3258d2a5609c5ceb865bf7a0fd5 Mon Sep 17 00:00:00 2001 From: annbob Date: Sun, 22 Jan 2017 18:54:08 -0800 Subject: [PATCH] Update README.md changed redirect URI for Lockitron App in instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48efd2..3ce5621 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ To properly set up for the Lockitron API: 2. Click "Your Apps" 3. Click "New App" 4. Type in a name (like "SmartThings") - 5. Enter in the following URL for the "Redirect Uri": https://graph.api.smartthings.com/api/token/ + 5. Enter in the following URL for the "Redirect Uri": https://graph-na02-useast1.api.smartthings.com/api/token/ 6. Click "Submit" 7. Copy over the "Client ID" and "Client Secret" to the respective fields in the SmartThings App Settings fields in the SmartApp editor in the IDE.