rgrokett / RaspiAsteriskAlexa

Integrating Asterisk with Amazon Alexa Voice Service on a Raspberry Pi Zero using AGI
GNU General Public License v3.0
63 stars 22 forks source link

URL to get Provisioning Token #3

Closed r0bi closed 8 years ago

r0bi commented 8 years ago

I needed to edit Device ID name in order to get the correct Provisioning Token (as seen below with "YOURDEVICEID". Additionally, had to remove line breaks when copying from PDF.

https://www.amazon.com/ap/oa?client_id=YOURCLIENTID&scope=alexa%3Aall&scope_data=%7B%22alexa%3Aall%22%3A%7B%22productID%22%3A%22YOURDEVICEID%22,%22productInstanceAttributes%22%3A%7B%22deviceSerialNumber%22%3A%2212345%22%7D%7D%7D&response_type=code&redirect_uri=https%3A%2F%2Flocalhost

rgrokett commented 8 years ago

Updated PDF doc to reflect correction. (Amazon tightened security slightly by requiring ProductID to match Application Type ID.)