diff --git a/README.md b/README.md index d3abe83b..2f6f3dbb 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,8 @@ In this step, we'll build a URL to exchange your **Client ID**, **Device Type ID 1. Use this URL as your template: ``` - https://www.amazon.com/ap/oa?client_id=<>&scope=alexa%3Aall&scope_data=%7B%22alexa%3Aall%22%3A%7B%22productID%22%3A%22<>%22,%22productInstanceAttributes%22%3A%7B%22deviceSerialNumber%22%3A%22<>%22%7D%7D%7D&response_type=code&redirect_uri=<> + https://www.amazon.com/ap/oa?client_id=<>%22,%22productInstanceAttributes%22%3A%7B%22deviceSerialNumber%22%3A%22<>%22%7D%7D%7D&response_type=code&redirect_uri=<> ``` 2. Replace `<>`, `<>`, and `<>` with the values you recorded in **Step 1**. **Note**: Some of these values may need to be URL encoded. If you don't have a tool, you can use a tool like [http://www.urlencoder.org](http://www.urlencoder.org). @@ -259,7 +260,7 @@ In this step, we'll build a URL to exchange your **Client ID**, **Device Type ID 5. When prompted, login with your Amazon Developer Account. **Note**: You may be taken to a confirmation page. If you are, click **Confirm**. 6. This will redirect you to your **Allowed Return URL** with a query parameter specifying a `code` value. - **Note**: The URL should look like this `<>?code=<>&scope=alexa%3Aall>>` + **Note**: The URL should look like this `<>?code=<>&scope=alexa%3Aall` 7. Copy the `code` value. You'll need this to obtain a refresh token. ### Step 3: Obtain a Refresh Token